dave evans
08-22-2001, 08:49 PM
Hi i'm working on a projector and i would like to get to grips with the load movie operation and how the levels work, at the moment i am just using this script as a frame action and it seems to work,
loadMovieNum ("Video1.swf", 0);
This seems to call the .swf into my projector
loadMovieNum ("Video2.swf", 0);
unloadMovie ("Video1.swf");
This seems to work also, on the last frame of Video1.swf the above script loads a new movie and unloads the old my .swf's are in the same root directory as the projector and all seems well, what i dont understand is where the levels come into things,and i would like to understand this so if anyone has any info on good Tutorials on this it would be great, just to get my head around Levels and Target ect, TIA Dave.
loadMovieNum ("Video1.swf", 0);
This seems to call the .swf into my projector
loadMovieNum ("Video2.swf", 0);
unloadMovie ("Video1.swf");
This seems to work also, on the last frame of Video1.swf the above script loads a new movie and unloads the old my .swf's are in the same root directory as the projector and all seems well, what i dont understand is where the levels come into things,and i would like to understand this so if anyone has any info on good Tutorials on this it would be great, just to get my head around Levels and Target ect, TIA Dave.