Wednesday, October 27, 2010

Flex: set cursor shape to hand

buttonMode = true;
useHandCursor = true;
view raw gistfile1.as hosted with ❤ by GitHub

The catch is to remember to also set "buttonMode" to true.