A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pop Up menu navigation?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    18

    Question

    I built my entire navigation off of several pop up menus that look and work great. The propblem is when attributing actions to these buttons i can only control(go to another frame) within that same movie clip. Any attempt to use a mouse event (on release) go to another scene or same scene results in nothing. . . any pointers are greatly appreciated.
    thanks
    e

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Posts
    147
    use on(press) {
    tellTarget(_root)
    goto(4) ;
    }

    etc . I mean first tell target root and then go where ever you want to go ...

    Libran

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