drop menu problem
drop menu problem
- Started
- Last post
- 2 Responses
- Buckyball2
this menu works how I want it other than the links for each menu section.
The code for each button currently looks like this:
on (rollOver, dragOver) {
gotoAndStop(2);
}
on (release) {
gotoAndStop(1);
list = "Option 1";
}Under release, I replaced the "gotoandStop" with "getURL or goto Scene etc. etc"
Nothing happens.
How do I get those embedded buttons to go to a particular scene or url?
thanks,
bB
- Buckyball20
bumpity, bump, bump.