PDA

View Full Version : fade transition between two different .swf...?


Skitz O'Fuel
08-15-2006, 05:11 PM
Yo...

i'm loading different external .swf into the same invisble clip on the stage... is there any way to incorperate a fade transition between the loading swf and the previous swf by way of an on release button action?

buginajar
08-15-2006, 05:34 PM
What you would do is have an empty clip behind or above the swf you want to fade between.

Do an onEnterFrame to check when the clip is done loading.

Then fade it in or the other out depending on how you have it set up.

Skitz O'Fuel
08-15-2006, 09:04 PM
man... how simple is that...? and damn near obvious... thanks alot. this place rawks!