hey guys, i've recently posted a thread in a different part of the forum for a script that makes it so that when u mouseover on a button, the cursor doesn't change to the hand, well timdav gave me a good alternative,( by adding the Mouse.hide() and startdrag()). but i figured out how to make it without changing the cursor...
first of all, i think your object can only be a button for it to work.
all you have to do is add the following code to the button... CODE :
On (Rollover){ // buttonname is the object name, may be included when calling other object //<buttonname>.useHandCursor = false;
//for button simply use useHandCursor = false; }
and thats it!
|
|
|