Oct 18, 2003 #1 WayneDoherty Technical User Joined Mar 6, 2002 Messages 54 Location GB I have created a menu, how do I changed the arrow to a pointing hand when I move over a menu item.
Oct 18, 2003 #2 philjwyatt Technical User Joined Oct 7, 2003 Messages 11 Location GB Just try something like on MouseEnter cursor = (280) end On MouseLeave cursor = (-1) end Upvote 0 Downvote