PDA

View Full Version : changing a scene with an effect


anthonygatto
12-26-2004, 05:30 PM
Hello,
Could someone explain how I could do this:
I have a scene with multible buttons. I would like for when the user clicks a button a curtain type of MC(on _level3) comes across and closes while the movie on(_level2)loads. Then opens again once(level2)has loaded. Does anyone know how to script this. The curtain is an MC and I need it to be able to work with every button. Thanks for any help.

AnthonyGatto

xxlm
12-26-2004, 10:21 PM
look for MovieClipLoader Class and for this website
laco.wz.cz/tween

The way you should do it:
tweening the mc on level 3
starting loading the level2.
onLoadComplete tween out the _level3 mc.

good luck...