Mouse over mouse off [SOLVED]

Started by Candle, Wed 12/01/2005 05:39:03

Previous topic - Next topic

Candle

I'm using  // script for hotspot1: Mouse moves over hotspot
SetMouseCursor(10);
to change the mouse to a return type cursor but if it gos off the cursor how do I tun it back to the cursor it was when they came in to the rioom?
When they leave the room I use SetMouseCursor(2); 
}
Is there mouse moves off of hotspot ?

EDIT well I tried to have two hot spots with use the   // script for hotspot1: Mouse moves over hotspot SetMouseCursor(10); and just change it back two 2 or 10 what everyone that would be needed but it won't refresh when you move it off the  1hotspot back to the 2 Cursor .

strazer

Code: ags

// script for hotspot1: Mouse moves over hotspot

SaveCursorForLocationChange();
SetMouseCursor(10);

Candle

Thanks thats what I was looking for .

SMF spam blocked by CleanTalk