Skip to main content
Participant
July 24, 2006
Question

flash button

  • July 24, 2006
  • 3 replies
  • 243 views
my question is about flash buttons, i have designed button so that when the mouse is over it, button fades in, but when mouse is of it directly goes to first stage.
what i want to know is how can i make the button so that it fades in when the mouse over(i have made that part), and fades out when the mouse off the button.
in my "Over frame" of the button i have movie symbol which is fades in and stops at the last frame. but i want more complex thing which movie clip stops when the mouse is off the button, and playback(rewind) to original position.
thanks alot.
This topic has been closed for replies.

3 replies

phyrronAuthor
Participant
July 24, 2006
ok, but i am not good at script, how can i control mouse position?
kglad
Community Expert
Community Expert
July 25, 2006
label the first frame of you movieclip button "up", attach a stop() and attach a movieclip animation of what you want to be visible when your button is up (or the mouse is off your button).

create a frame labelled "over" and place a movieclip animation of your button that you want to be visible when the mouse is over your button.

if you want an animation or something else when your button is pressed place that in a frame labelled "down".

you can then use:

phyrronAuthor
Participant
July 24, 2006
ok, but i am not good at script, how can i control mouse position?
kglad
Community Expert
Community Expert
July 24, 2006
use a movieclip button.