A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: BUTTON- PLEASE HELP

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    22
    I have made a movie symbol in my movie. In the movie symbol i have put a button but i want it to go to a frame in the main movie. e.g scene 3

    But it just moves frame in the movie symbol.

    So whats the action i asign to the button becoz

    on (release) {
    gotoAndPlay ("Scene 3", 45);

    }

    Does not work

    Do you get my drift. So in other words, jumping from one movie to another.

    Thanks Rob


  2. #2
    reference the root:

    _root.gotoAndPlay(framenumber);

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