AS linear transition problem
i tried mx.transitions.tween , mx.transition.easing.* classes. made mc , used:
var xmov:tween = new tween(mc1, "_x", regular.easeout, 0, a, 3, true);
it worked well. when tried stop motion in middle deleting or changing variable, mc still continue move. used trace() , found if variable xmov dissapear motion still continue. there way stop it?
var xmov:tween = new tween(mc1, "_x", regular.easeout, 0, a, 3, true);
it worked well. when tried stop motion in middle deleting or changing variable, mc still continue move. used trace() , found if variable xmov dissapear motion still continue. there way stop it?
xmov.stop()
p.s. check tween class methods in dictionary. it's listed under components language reference/components dictionary/tween class
p.s. check tween class methods in dictionary. it's listed under components language reference/components dictionary/tween class
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment