AS3 Mouse Cursor
Movieclips with mouse handlers that make them behave as buttons no longer automatically use the lovable hand cursor. Hence the need for these two properties to be set to true on your DisplayList object!
buttonMode = true;
useHandCursor = true;