1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Development Flash action Script help

Discussion in 'Software' started by speX, 28 Jul 2005.

  1. speX

    speX What's a Dremel?

    Joined:
    5 Jun 2005
    Posts:
    11
    Likes Received:
    0
    Hello im currently trying to make a flash menu... my menu is sperated in different sceenes and my problem is... how do i make it so that i click on one button it goes to that certain scene... i tried
    Code:
    on (release) {
        gotoAndPlay("scene name");
    }
    but that dosent work at all it just goes to next scene and not to the one i want... plz help its pretty urgent
     
  2. speX

    speX What's a Dremel?

    Joined:
    5 Jun 2005
    Posts:
    11
    Likes Received:
    0
    nvm got it
     
  3. Mother-Goose

    Mother-Goose 5 o'clock somewhere

    Joined:
    22 Jul 2004
    Posts:
    3,890
    Likes Received:
    6
    didnt change it to scene number by any chance did you?
     

Share This Page