|
-
 Originally Posted by AttackRabbit
Usually this means something your doing to the target object is changing the intended value. Have you tried changing your ease type to something else. Try changing It from Elastic to just Linear. Elastic is gonna take longer to complete and actually will tween the object past and before its target value to achieve the elastic effect. I would imagine the problem is you are doing this in a loop and not waiting for each item to finish , before entering the next iteration.
Thanks for your answer!
Hi, I've tried Linear but doesn't work at all. A programmer from other Forum, advise me to take the destination value from another array where is contained the last position of the elements.
destiny=positionsArray[i].y+itemArray[i].height+2".
I'm trying to do it without the "y" value and set the final destination through a method that returns the value only using the menu elements(itemArray.lenght()) and the height of each element.
Any idea?
We keep thinking!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|