Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing mouse-cursor

I have seen in some applications the cursor changing. How do you do that? Thanks


1 Answers

If you only need default system cursors (arrow, button, hand and I-beam) its better to use this: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/ui/MouseCursor.html

like image 52
Cay Avatar answered Mar 22 '26 12:03

Cay