Hi guys im using flash with AS3 and i use the instruction var myTween:Tween = new Tween(waves, "y", Strong.easeOut, waves.y, puntop, 3, true); for making simple animations, the think is that when i call a URLRequest the animation just stop and freeze. How can i solve this? Thanks!
Hi guys im using flash with AS3 and i use the instruction var myTween:Tween
Share
One solution might be to use a different Tweening engine than the flash utils. Try TweenMax.
http://www.greensock.com/tweenmax/