ho questo codice:
var obj:Object = new Object();
var obj:Object = new Object({type:Zoom, direction:false, duration:2, easing:Bounce.easeOut, startPoint:5, shape: "SQUARE"});
TransitionManager.start(square_mc, obj);
vorrei fare un nexframe() alla fine della transizione ma come posso sapere quando la transizione è finita?
![]()

-
Rispondi quotando