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?