I've been frustrated for 4 hours trying to make a simple Mouse over event that will play a Movie Symbol in Flash MX 2004.
This is what I've done...
Created a button symbol, and a Movie Symbol. I've successfully called the Movie Symbol when I click the button using the following Action Script:
on ( release ) {
gotoAndStop( "Movie" );
}
Is there a way to make the "Movie" play when the mouse hovers over the button?
Thanks
This is what I've done...
Created a button symbol, and a Movie Symbol. I've successfully called the Movie Symbol when I click the button using the following Action Script:
on ( release ) {
gotoAndStop( "Movie" );
}
Is there a way to make the "Movie" play when the mouse hovers over the button?
Thanks