Hello,
This is my start. I want to make opened menu with frame labels:
[URL=“http://img76.imageshack.us/img76/9381/regularnz7.jpg”]
**IGNORE the language
Now, I made frame labels, like this:
“shiopened”:

“taropened”:

ALL THE MENU ITEMS ARE MOVIE CLIPS WITH BUTTONS PASTED IN PLACE
Actions:
First Menu Item(on the “closed” Label):
on (press)
{
gotoAndStop("shiopened");
}
Second Menu Item(on the “closed” Label):
on (press)
{
gotoAndStop("taropened");
}
Its Not Working. WHY?
Thank you.