Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mouse pointer on mouseover of movie clip

Status
Not open for further replies.

Linda224

Programmer
Dec 6, 2006
80
0
0
US
I have created a flash navigation header and i made the "buttons" from movie clips so i could have an animation on the buttons when they are mouse over.
But how do i have the mouse pointer turn into the hand on mouse over?

here is the code i am useing to have the movie clip play the animation on mouseover:


home_mc.addEventListener("mouseOver", homeOver)
function homeOver(evt:MouseEvent)
{
home_mc.gotoAndPlay("home_over");
}



-- thank you for any help
 
Ok I just put a transparent button over top of the movie clip and it worked
Thanks me!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top