Question:

Macromedia Flash help! Super easy!

by  |  earlier

0 LIKES UnLike

I need to make a button that goes to another scene. I have so far:

on (release) {gotoAndPlay

What do I do now? I know you put in the scene name and frame number, but now do I set that out? Please provide an example.

Thanks.

 Tags:

   Report

1 ANSWERS


  1. I'm like the only one who answers question about Flash PROPERLY. LOL!

    Heres the code:

    *****

    on (release) {

    gotoAndPlay("scenename", framenumber);

    }

    ****

    Replace scenename with the scene name (or get rid of it from the code if its the same scene) and replace framenumber with the frame label or frame number.

    To put that code to a button, select the button, open the actions panel, and paste that code in.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.