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
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