i recently started scripting using the tweening prototypes.
http://laco.wz.cz/tween/?page=docs/getTweens
it’s so much easier than the old mx.transitions that i was using… but i haven’t found one crucial element in the prototypes:
onMotionFinished
is there any way to trigger another function after a tween is finished?
for example:
circle.slideTo(200, 150, 1, “EaseOutExpo”);
slideTo.onMotionFinished.gotoAndPlay(30);
-alex-