Skip to main content
April 27, 2008
Question

costom mouse pointer

  • April 27, 2008
  • 1 reply
  • 230 views
I cant figure out how to create a custom mouse pointer using action script 2.0. A simple answer would be greatly appreciated. Thanks.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 27, 2008
create a movieclip that contains the graphic(s) you want for your pointer. place it on the main stage and give it an instance name. then use Mouse.hide() and a loop that repeatedly updates your pointer's _x and _y properties to be the same as _xmouse and _ymouse.