can i disable the hand cursor that appears when i roll over a button…because i have an invisible button that i don’t want poeple to know is there…can this be done?
//Sets cursor off for your button instance
cursorname.usecursornameCursor = false;
actually that’s not what i wanted…i just wanted to replace it with the regular cursor…and i found the code for that…mybutton.useHandCursor = false;