A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: GotoAndPlay question

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    26

    GotoAndPlay question

    I have an object that is for skipping an intro.

    on (release) {
    gotoAndPlay("menu");

    }



    This is a button


    It doesnt seem to be going to that frame, only works when its not on a button but a frame on the timeline.

    I've tried this too...

    on (release) {
    _root.gotoAndPlay("menu");

    }

  2. #2
    Junior Member
    Join Date
    Jan 2007
    Posts
    26
    nvm i think i got it

    _parent

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