Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Adobe Flash - how do you switch between scenes?

I am doing a Flash presentation. I have 10 seperate scenes included. I have buttons on each screen. What is the code for the buttons to enable me to jump between each screen?

If you have the answer you will get 10 points. But please make the answer simple, as if you are instructing a rookie.

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    stop();

    MyBtn. addEventListener (MouseEvent. CLICK, UrFunction);

    function UrFunction ( e: MouseEvent ): void {

    gotoAndStop (1, "Scene 2" );

    }

    Anil

    anilkumarnd@gmail.com

Still have questions? Get your answers by asking now.