If you load into a MC you can use:
Code:
onClipEvent (unload) {
}
But I don't get why you can't just add the actions on the button or keyframe you're using to unload.
Code:
on (release) {
unloadMovieNum (1);
_level0.gotoAndPlay("Scene 2", 1);
}
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please
don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.