PDA

View Full Version : on onload?



newguy
May 9th, 2002, 05:44 AM
Is there a way to create something like an "on unloadMovie"-script?

newguy
May 9th, 2002, 05:50 AM
I mean, something that can do this:
if the current movie is unloaded, do this or do that...

kitiara30
May 9th, 2002, 06:10 AM
But if a movie isn't loaded, how can it be the current movie? Or am I just being pedantic and misunderstanding this? <img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif ALT=":\">

What are you trying to do exactly? In what circumstances?

upuaut8
May 9th, 2002, 06:24 AM
onClipEvent (unload){}

works.. but only for movie clips, as far as I know.