A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Menus and _root HELP!

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    5

    Post

    Hello,

    I am trying to get a moive clip with a menu in it to go to specified frames I have label with in a scene I am placing it in. I am using multiple scences. I have used this code:
    on (release) {
    _root.gotoAndStop(6);
    }
    But this takes me to the intro scene which is the first sequence of the entire movie. And I have also used:
    on (release) {
    _root.gotoAndStop(AboutM5);
    }
    Which I thought should have taken me to the proper location in the scene. But I still cannot get it to work.

    Can anybody help me?

  2. #2
    Ok! This question is supposed to be asked on the actionscript forum. If you ask it there, I´m sure you will get more answers than you need

    Cheers!
    Andreas

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