PDA

View Full Version : Turning Cursor from hand to pointer



riveroaks
January 2nd, 2004, 03:33 PM
If I have a movie clip that has an onRollOver event, how do I turn the back into a pointing cursor from the gloved button cursor?

senocular
January 2nd, 2004, 03:39 PM
movieclipName.useHandCursor = false;

riveroaks
January 2nd, 2004, 05:40 PM
thanks