Change cursor on a hotspot

Started by , Tue 30/09/2003 18:30:01

Previous topic - Next topic

Badworld

When the cursor of the mouse is found on a hotspot, it has to change....  
How do I do???

SSH

You could put this code in your global repeatedly_execute script:

if (GetHotspotAt(mouse.x,mouse.y)!=0) {
SetMouseCursor(your hotspot-cursor number);
} else {
SetDefaultCursor();
}

   
12

SMF spam blocked by CleanTalk