A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Make a movie clip button go to next scene

Threaded View

  1. #1
    Junior Member
    Join Date
    Oct 2006
    Posts
    6

    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center