Question
Opening an external .swf file and making it go to a certain frame??
Hi all.
This is probably really simple I just can't think of the code right this second. I have a button and when I click it I want it to load a .swf at level 0 and I want it to go to frame 5 in the .swf that is being opened.
I know the code
on (release) {
loadMovieNum("home_screen.swf",0);
}
but how do i get it to go to frame 5 in home_screen.swf?
thanks in advance.
This is probably really simple I just can't think of the code right this second. I have a button and when I click it I want it to load a .swf at level 0 and I want it to go to frame 5 in the .swf that is being opened.
I know the code
on (release) {
loadMovieNum("home_screen.swf",0);
}
but how do i get it to go to frame 5 in home_screen.swf?
thanks in advance.