If one comes with the mouse over a object or a hotspot, then is the name of the object beside the mouse or object. How can that be done?
Make a normal GUI with a label. Set label's text to @OVERHOTSPOT@. Now when ever you move the mouse cursor over a hotspot it's name is shown on the label.
~Cheers
The objectname must be writen next to the Mouse.
Make that GUI comletely transparent. Then in repeatedly_execute():
SetGUIPosition(GUI, mouse.x+5, mouse.y-5);
~Cheers