|
-
Make a movie clip button go to next scene
I'm having trouble with a movie clip that acts as a button. i want the button to go to the next scene. if anyone can help, that will be much appreiated. below is the actionscript i use which dosent work.
thanks
[email protected]
you can download the fla, to get a better understanding what i kinda mean:
http://www.filelodge.com/files/room4...h%20button.zip
or
http://www.ffiles.com/flash/buttons/button_mc/
stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
this.onRelease = function(){
gotoAndPlay("scene2",1);
}
http://www.filelodge.com/files/room4...h%20button.zip
or
http://www.ffiles.com/flash/buttons/button_mc/
Last edited by vyset; 10-12-2006 at 04:51 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|