Skip to main content
April 27, 2008
질문

costom mouse pointer

  • April 27, 2008
  • 1 답변
  • 230 조회
I cant figure out how to create a custom mouse pointer using action script 2.0. A simple answer would be greatly appreciated. Thanks.
이 주제는 답변이 닫혔습니다.

1 답변

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.