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