| goffik 2004-10-19, 12:26 pm |
| Hello!
I'm extremely new to Flash MX, and am trying to create an animated menu from the tutorial at Flash Kit - http://www.flashkit.com/tutorials/I...W-200/index.php
I'm having terrible trouble trying to get the bloomin thing to work! When I run it, it wither just opens and closes continuously, or does absolutely nothing!
I've set one of the buttons like this:
-----------------------------------------------------
on (release) {
button.onRelease = function() {
gotoAndPlay(5);
};
}
-----------------------------------------------------
Frame 5 is where the buttons underneath the one selected slide down to reveal a sub-menu of 4 more buttons...
I have tried a STOP command in various positions - this is what causes it to do nothing at all!
Can anyone see where I've gone obviously wrong?
Thank you
G |