A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: help! actionscript on buttons

  1. #1
    human
    Join Date
    May 2000
    Posts
    132

    help! actionscript on buttons

    I am trying to navigate to a scene from a button within a MC that sits on the root.
    I can't get it to work and it's the last bug in my movie....aaah!!!!
    Help PLEASE!

    Thanks!
    Meredith


  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Its safer to use framelabels to navigate. Name the frame you want to go to, to myLabel for instance.

    Then on the buton inside the MC....

    on(release){
    _root.gotoAndStop("myLabel");
    }

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    human
    Join Date
    May 2000
    Posts
    132
    Sweeet!!!!
    Thanks so much!

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