I have a simple SDF file, it loads three movie movies (SWF) in 3 different labels:
loadMonim ("test1.swf", 0); LoadMovieNum ("test2.swf", 1); LoadMovieNum ("test3.swf", 2);
test2.swf is just a button with the script:
(load) {loadMovieNum ("test2.swf", 0); }
test3.swf has a button with the script:
on (release) {loadMovieNum ("test3.swf", 1); }
The problem is that when I press the test3.swf button, it will test3.swf be replaced with _level1 < / Code>, other
_level
still remain, but when I press the test2.swf button, press test2.swf to _level0 Loads in
, and other _level
why not?
Yes, replacing the content of your main SWF with loading SWF Level 0 effectively Varies only from level 1 and all are golden.
Comments
Post a Comment