markcq
May 29th, 2003, 12:39 AM
hey guys
i'm using the loadMovieNum(); to load external swf files into my main movie...
is there any way that i could use that action and direct it to play a certain scene within the loaded movie...
example... i have the main movie called main.swf
from main.swf i put a button and on the button i give the action:
on(release){
loadMovieNum("page.swf",2);
}
this will load the new movie onto level two inside main.swf, right?
is there anything i could ad to that to make it load the 3rd scene of page.swf... or would i have to tear the whole project up and seperate all the scenes as seperate external files?
i'm using the loadMovieNum(); to load external swf files into my main movie...
is there any way that i could use that action and direct it to play a certain scene within the loaded movie...
example... i have the main movie called main.swf
from main.swf i put a button and on the button i give the action:
on(release){
loadMovieNum("page.swf",2);
}
this will load the new movie onto level two inside main.swf, right?
is there anything i could ad to that to make it load the 3rd scene of page.swf... or would i have to tear the whole project up and seperate all the scenes as seperate external files?