Search Tutorials
I have two fla files attached, main.swf and launch1.swf. In main.swf I have a button "Launch" that will load "Launch1.swf" and replace the already loaded and running main.swf. Code on the launch button is: on (release) { loadMovieNum("Launch1.swf", 0); } Note, if you change the 0 to 1 then you load the "Launch1.swf" overtop of the main.swf (but main.swf is still loaded in the background). Or vice versa if you swapped the numbers around. Because I do not want both loaded I will keep it at 0. In the fla "Launch1.fla" at the very end I have the following script: loadMovieNum("Main.swf", 0); This will replace the loaded movie back to Main.swf once Launch1.swf finishes. Again this is for complete newbies like me, my technical language might be a joke, but its for the guys like me trying to get the doohicky to do that spinny thing. Benefits of this is to keep file sizes down. I am doing an e-learning project for school. Each module will be done in a separate Fla file as each module will have audio (increasing file sizes).
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|