Hi,
I'm trying to create a button that will act as a menu. When the user moves the mouse over it, the button play its movie increasing the button height and showing some other buttons into it. When the user moves the mouse out it, the button plays another movie decreasing the button height.
The problem is that when the mouse enters one of the internal buttons, the "rollOut" event is sent to the main button and it plays the second movie.
Anyone knows if there is another way of doing this or solving this?
Thanks,
What about hover, would that work? JavaScript Hover Buttons
Hi,
Thanks but I'm trying to make it without using any kind of programming except ActionScript.
The button have to be used by another people that creates the main web and they don't know javascript.
Thanks,
Hi,
I'm trying to do something similar to this web menu:
"dreamworksanimation.com"
I think that there is a Button that contains other buttons inside it, but maybe I'm mistaken.
Any help how to do this will be helpful.
Thanks,
do you mean like,
?Code:on (rollOver){ this._y = this._y - 20 } on (rollOut) { this._y = this_y + 20 }
That makes the boutton move 20 pixels up when you roll over it, and 20 pixels back down when you leave the boutton.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks