| mheddle 2004-03-10, 5:31 pm |
| This should be an easy one to fix.
I have a four button menu. Each time one is pressed, a text graphic appears
giving a description of what each button title area means. When pressed the
button "goes to and stops" at a frame instance where the graphic lies. The
problem is that it will only show the first two menu items but not the last
two. A little hand showing a button comes up, but nothing happens when I click
it. I have no idea why it won't work.
on (press) {
gotoAndStop("Menu1");
}
is the code for each button with a different ("xyz ") depending on which menu
text I want to show.
Attached are screen prints so you can see the layout.
|