PDA

View Full Version : i'm a idiot apparently - rollover - animate MC


schrivedog
05-23-2001, 09:16 PM
So here is my question. I'm brand spanking new to flash 5 and my dilemma is simple. All i want is to animate a movie clip when rolling over a button without leaving the scene.
what is the easiest way to do this?
help please

mgb
05-23-2001, 10:33 PM
Put a stop action on the first frame of your clip and on the button;

on(rollover){
movieclipInstanceName.gotoAndPlay(2);

~mgb