Are there multiple hand cursors in AS3? And if so, how can you get them to show up? I have seen the default hand cursor that shows up when buttonMode is on but are there any others?
Printable View
Are there multiple hand cursors in AS3? And if so, how can you get them to show up? I have seen the default hand cursor that shows up when buttonMode is on but are there any others?
There aren't any other hand cursors and if I'm not mistaking then the hand cursor has nothing to do with Flash but with your windows mouse settings... the cursors package you have installed on your machine is used by Flash. If you want a different cursor then surf for some AS 2.0 tutorials on how to create a custom cursor, once you understood the method you can start rewriting code in AS 3.0 and applying it.
Good luck.