Jim's Blog

Hello and welcome to my blog. This blog will be used primarily (or rather ONLY) for posting research and work I've done for I-media. So yeah...knock yourself out.

Thursday, April 8

ActionScript used in my Flash animation.

As all my scenes are split into individual swf's so this means I have to load them all up one after the other in order for them to link together. Of course this event is triggered by the act of pressing a button in my animation. The ActionScript I'm using goes like this:

Start.onPress = function() {
 loadMovie("10_02.swf",0);

}

All this means is that when pressed the button which I have given an 'Instance Name' of 'Start' will  load the movie "10_02.swf" which, is in fact the name of my following scene.

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home