Hello I am coding a website I am using caurina tweener and hove problem with pretty much every object that i try to tween. Problem is that the tweened object sometimes just don't finish the animation. That's pretty annoying and i heard that this could be something with garbage collection. Here is some sample code
Tweener.addTween(this, { rotationX:0, time:.5 } ); //Where 'this' is movieClip
any help is appreciated
since you're rotating your object in 3D (rotationX) it's more likely, as it seems, that your object is completing the tween correctly but your perspective makes it appear otherwise.
more here: Example: Perspective projection