now, the method’s i’ve come up with thus far have been to create a movie clip button that animates, a button that is just a transparent box for hitting area, and a tween on mouseover for the clip. is there any easier fashion to directly ease tweening or tween button animations between states?
if you’re a newbie to flash actionscript, the button motion of that site may not be the first thing you want to tackle. There are several ways you can go about motion on rollover. The old way (and still viable), was to:
draw something on screen.
convert to graphic
convert to button
dbl click on button
create an empty movie clip on over state of button
use graphic to create a movie clip of the graphic moving,shrinking, growing, whatever.
place the newly created movie inside the over frame of the button in exactly the same spot as your button.
open pepsi and enjoy
A new more efficient and flexible way (pardon the simple example)