Wai_TungLeung
01-04-2007, 07:14 PM
Hi, been resisting asking for help but alas, I give in. :confused:
I've got a fancy 2 colume navigation system, the second of is a movieclip with animation for collapsing when you click to go to a new section of the flash site and will then expand with new button options.
What should happen is that user clicks on link A
Actionscript triggers nav colume 2 to play its collapse animation
The main timeline then moves to frame nth where the new content is
The problem is that at this point I want the nav colume 2 on that frame to play it's expanding animation, but it doesn't. The code below is what I placed on my actionscript layer on the main timeline on the keyframe.
submenu.gotoAndPlay("expand");
stop();
It displays the menu at the correct point where I placed the label 'expand', but doesn't play the rest of the animation. I've messed around with other things such as onClipEvent (load) but I'm just getting it wrong.
Anyway please put me out of my misery with whatever simple solution it is, thanks in advance. :o
I've got a fancy 2 colume navigation system, the second of is a movieclip with animation for collapsing when you click to go to a new section of the flash site and will then expand with new button options.
What should happen is that user clicks on link A
Actionscript triggers nav colume 2 to play its collapse animation
The main timeline then moves to frame nth where the new content is
The problem is that at this point I want the nav colume 2 on that frame to play it's expanding animation, but it doesn't. The code below is what I placed on my actionscript layer on the main timeline on the keyframe.
submenu.gotoAndPlay("expand");
stop();
It displays the menu at the correct point where I placed the label 'expand', but doesn't play the rest of the animation. I've messed around with other things such as onClipEvent (load) but I'm just getting it wrong.
Anyway please put me out of my misery with whatever simple solution it is, thanks in advance. :o