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

link|improve this question
feedback

2 Answers

Custom mouse cursors in AS3

link|improve this answer
2  
thanks for the answers guys :) helped a lot. also, Ill read through that tutorial – Killian Darkwater Aug 3 '09 at 9:45
3  
Glad it helped =) Just on a side note, the reason why i prefer the java implentation is that when doing it inside flash, the cursor is dependent on the framerate which i totally hate, it get's better with updateAfterEvent but still not good enough for me, plus that it slows down the performance too – Clox Aug 3 '09 at 10:53
feedback

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

link|improve this answer
1  
Looks like this might be an up-to-date link to that document: help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/… – Tim Keating Jan 3 '11 at 21:36
feedback

Your Answer

 
or
required, but never shown