I have a movieclip that has three invisble (no "UP" state) buttons inside it. I have placed a simple graphic in the "OVER" state of each button that I want to be shown.
But when I test the movie and roll over these invisible buttons the "OVER" state flashes as if its looping. I've put stop() in the movieclip timeline, also tried:
onClipEvent (enterFrame) {
stop();
}
But to no avail. Any ideas?
But when I test the movie and roll over these invisible buttons the "OVER" state flashes as if its looping. I've put stop() in the movieclip timeline, also tried:
onClipEvent (enterFrame) {
stop();
}
But to no avail. Any ideas?