I have a white box on a grey background. When the movieclip starts, it fades in with a Transition.
Simple enough:
Obj = new Object();
Obj.type = Blinds;
Obj.direction = Transition.IN;
Obj.duration = 4;
Obj.easing = Strong.easeIn;
Obj.numStrips = 10;
Obj.dimension = 1;
TransitionManager.start(picture_mc, Obj);
The thing is: I want to fade it back out right after it's done. I've tried looking this up, but there's on documentation to be found on it. Is there an event that is triggered, or do I need to set it myself?
Same thing goes for Tweens. No documentation at all.
Can someone explain, or link to a decent explanation. I'm using CS5/AS3