A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: plz help button

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    8

    plz help button

    i created a button

    how do i make it so that when i click it, i will go to the scene i want? thanks very much

  2. #2
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya

    On the button put this code:

    Code:
    on (release) {
    gotoAndPlay("myScene", 1);
    }
    Mick

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