Flash button levels

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reeceman
    New Member
    • Sep 2008
    • 1

    Flash button levels

    I have an envelope on my main timeline taht opens up into a sub menu... from here used the _root.gotoAndPl ay() to target the main timeline pages.... When I go to a page on the main timeline I have four buttons that i need to jump around that page... nothing is working am i skipping something? I tried _root. and _parent. and just plain old gotoAndPlay as well... please help.

    thanks
    mark
  • Fabez
    New Member
    • Oct 2008
    • 29

    #2
    Can you elaborate on your problem please ?

    Comment

    • joedeene
      Contributor
      • Jul 2008
      • 579

      #3
      Originally posted by reeceman
      I have an envelope on my main timeline taht opens up into a sub menu... from here used the _root.gotoAndPl ay() to target the main timeline pages.... When I go to a page on the main timeline I have four buttons that i need to jump around that page... nothing is working am i skipping something? I tried _root. and _parent. and just plain old gotoAndPlay as well... please help.

      thanks
      mark
      If the buttons, that you want to move around, ARE on the main time line as you have said, then no matter what level you are, you can call the _root.buttonnam e._x property from any ActionScript layer/levels. Or, when you say levels do you mean different Movie Clips as this Adobe help site suggests?

      joedeene

      Comment

      Working...