jason_v2
07-15-2006, 12:35 AM
Hey guys,
I'm kinda new at this and I have a problem that I've been trying to figure out fo a couple days now.
I have 5 buttons in my movie clip. It is basically a drop-down menu that responds when I click the "Menu" Button.
I have written "stop();" on frames 1, 10 (The up movement of the buttons), and 15 (the down movement of the buttons).
The Frame labeled "up" (frame 5) is the frame where the buttons move from the up position to the down position via Motion Tween (they are covered by a banner).
The Frame labeled "down" (frame 11) is the frame where the buttons move from the down position to the up position (via Motion Tween).
My code on the "Menu" Button is as follows
Frame 1:
on (release)
{
gotoAndPlay("up");
}
Frame 10:
on (release)
{
gotoAndPlay("down")
}
Frame 15:
on (release)
{
gotoAndPlay("up")
}
When I preview in flash and click on the Menu Button, nothing happens.
Can anyone help shed some light on my situation? I would appreciate it.
Thanks!
I'm kinda new at this and I have a problem that I've been trying to figure out fo a couple days now.
I have 5 buttons in my movie clip. It is basically a drop-down menu that responds when I click the "Menu" Button.
I have written "stop();" on frames 1, 10 (The up movement of the buttons), and 15 (the down movement of the buttons).
The Frame labeled "up" (frame 5) is the frame where the buttons move from the up position to the down position via Motion Tween (they are covered by a banner).
The Frame labeled "down" (frame 11) is the frame where the buttons move from the down position to the up position (via Motion Tween).
My code on the "Menu" Button is as follows
Frame 1:
on (release)
{
gotoAndPlay("up");
}
Frame 10:
on (release)
{
gotoAndPlay("down")
}
Frame 15:
on (release)
{
gotoAndPlay("up")
}
When I preview in flash and click on the Menu Button, nothing happens.
Can anyone help shed some light on my situation? I would appreciate it.
Thanks!