31
Support / Re: Is this how we're supposed to move a progress bar? Or is it a bug?
« on: February 11, 2014, 10:23:53 pm »
No it's not.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Should work fine - it doesn't modify the position in there.
What happens if you move it with the unity widget? If you can't figure this out, post exact steps to reproduce it and I'll try and work out why this is happening.
Bascially you want to accumulate how much you've moved while you're clicking. Just keep note of the start position, then calculate the delta every frame and create an average with that. When you let go, use the average velocity and dampen it over time to have your sprite drag on for a bit...