PDA

View Full Version : Problem in (loadMovieNum)



charmander
July 16th, 2008, 08:34 AM
Hi there,
I faced a problem when I worked with (loadMovieNum) levels

loadMovieNum("main.swf", 1);I got many (swf) files and I connect them by (loadMovieNum) code, each (swf) file content 7 frames, and the connection works fine when I go from level (0 to 1) or from (1 to 2) or from any level to another higher level, but when I go from (3 to 2) or (5 to 0) its works too, but by loading the last frame from the (swf) file (frame 7), How can I make the swf file plays from frame 1 to frame 7?

charmander
July 17th, 2008, 08:31 AM
Maybe this problem dependent on removing levels, I used this action to remove levels

unloadMovieNum(1);
isn't this code the right one?