A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Really Simple AS2 question

  1. #1
    Member
    Join Date
    Jul 2008
    Posts
    30

    Really Simple AS2 question

    Hi, could someone please help me get the code to make a movie clip link to a frame (in different scene) in the movie, here's what i have:

    on(release){
    _root.gotoAndPlay("sceneName","FrameName");
    }

    thanks in advance :]

  2. #2
    Member
    Join Date
    Jul 2008
    Posts
    30
    nevermind, worked it out SOLVED!

    on(release){
    gotoAndPlay("FrameName");
    }

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