Skip to main content
December 24, 2008
Question

transistion in between loading movies

  • December 24, 2008
  • 1 reply
  • 257 views
Hello Everyone,

I would like to learn this little functionality and have Googled and searched it but have not come across good resources. I would like to to play a small transition movie clip whenever a movie is loaded via action script. So if I write a function that loads up the transition clip on stage whenever a movie is loaded, how can I make sure to for the transition play its entire duration before the new clip is loaded. Appreciate your help.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 24, 2008
the transition should be preloaded once so it loads almost immediately when needed.

you would then load into a target that has an alpha of zero, load and play your transition and when the transition is complete, assign the target's alpha to 100.