Hi,

I have the following code

      TransitionManager.start(babyPreloader,{type:Fade,
direction:Transition.OUT,      duration:0.5, easing:Regular.easeOut});
      var tempPreloader:DisplayObject = babyPreloader as DisplayObject;
      this.removeChild(tempPreloader);

But since this does not wait for the transition to complete. I cannot
see the transition happening. Is there a way to have a even listener
for transition complete?

Fahim Akhter
Game Developer | White Rabbit Studios | http://apps.facebook.com/feline-frenzy/

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to