Flash Q
- Started
- Last post
- 4 Responses
- drbyers
I was wondering if someone could help me.
I have a flash movie that is loading a another .swf on top of it in level 2.
I want to be able to go back to level 0 (main movie) by clicking a back button in the level 2 movie.
that button would also unload level 2, as well as make target a labeled frame in level 0.
I can get the back button to unload level 2 and make level 0 reappear but the movie won't go to the targeted frame.
any suggestions?
I've been using:
on (release) {
_level0._visible = true;
_level0.gotoAndPlay("start");
unloadMovie(2);}
- fate0
well are you targeting the main timeline or an MC? If you want the mc remember
_level0.SOMEMC.gotoAndPlay ("start");
but that seems to obvious to be the problem.
- drbyers0
I'm targeting the main timeline of level 0, not a movieclip.
- tGP0
you've got mail.
- drbyers0
thanks to TGP for helpin' a brotha out.
thanx dood.