Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Finer

#1
Quote from: Petar on Sun 07/12/2003 14:52:19
My logic tells me it should work like this (this is not an actual script=)

if mouse_over HOTSPOT X
than
Change cursor graphic (y)
else
SetDefaultCursor,

Try this idea:

Load the room in question. Then, select room interactions button (looks like a dark red lowecase i). Double click 'Repeatedly execute' from the new list. Select 'Run Script' from the drop down options. Then, click on 'Edit Script':

Type the following:
// if mouse over hotspot 2 (your exit), then set cursor graphic to 4 (your arrow).
if (GetHotspotAt(mouse.x,mouse.y)==2) SetMouseCursor(4);
else SetDefaultCursor();

I don't know if you knew about the room repeatedly execute 'loops'. I hope this works.
SMF spam blocked by CleanTalk