Do you ever want to use a button to trigger an action in flash but avoid get the mouse hand since it doesn't actually click through to anything? No problem, just a simple line of code and you're all set.
From the Main Timeline:
(button or mc name).useHandCursor=false;
Within a Button or MovieClip:
this.useHandCursor=false;
