May 26, 2003 #1 sawfish Technical User Joined Apr 21, 2002 Messages 72 Location GB Is there a bit of script or some way to get your cursor not to change to a hand when it rolls over a button or movieclip.
Is there a bit of script or some way to get your cursor not to change to a hand when it rolls over a button or movieclip.
May 26, 2003 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA my_button.useHandCursor = false; my_movieclip.useHandCursor = false; Regards, Upvote 0 Downvote