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: Treasure Island Toys
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home