major flash help!!!
- Started
- Last post
- 13 Responses
- steadyvibe
if anyone can figure this out i'd love you so much. i;ve been trying forever.
So i have an swf loading on level 100 and i need to to unload when i click a button and then to go to a certain frame label of the root swf and THEN load another swf on top of that root again and then to go to a specific frame label of that one.
make sence? is it possible??
PLEASE HELP!
- lvl_130
it sounds as if all you need to do is call the level
ie.
loadMovieNum("your movie", 100);
_level100.gotoAndPlay("framename...am i not understaniding your question?
- steadyvibe0
wel i need to call a level but that is after i unload and then how do it tell my root level to go to a specific frame after i unload the level 100 swf?
- dehryll0
just expanding on lvl_13:
loadMovieNum("your movie", 100);
_root.gotoAndPlay(framenumber);
_level100.gotoAndPlay("fr
amename);when you load a movie into a level that already is already occupied by a movie, the old movie is automatically unloaded and the new one loaded into that level. just make sure that the newly loaded movie is completely loaded otherwise the gotoAndPlay won't work.
- steadyvibe0
right but i also need to tell my root to go to a specific frame after the first one is unloaded
- lvl_130
yeah that's where:
_root.gotoAndPlay(framenumber);comes in as explained by dehryll
- steadyvibe0
Doesnt wrok!
- dehryll0
maybe you speeled something wrong. ;-)
could i see the file?
- lvl_130
yeah if you put a link to the fla files we could probably figure it out...maybe.
or is it top secret client work?
- steadyvibe0
ok ill post everything.
- steadyvibe0
actually someone email me who can help. i dont want anyone to get pissed that i went posting there shit up
- lvl_130
check your inbox
- lvl_130
check your inbox again:)