Active inventory mouseover image question

Started by Duckbutcher, Thu 05/07/2018 18:53:34

Previous topic - Next topic

Duckbutcher

Hey hey, hope you're all well.

Im using the Sierra template and I'm having some bother with my cursor image when mouseovering a hotspot or object when an inventory item is active. Basically I have an alternative cursor sprite for each inventory item which I want to appear when a useable object or hotspot is mouseovered with an active item. Is there a way to do this globally without putting in code for each individual hotspot or object?

Thanks.

Khris

Yes. The basic idea is to use repeatedly_execute() to check GetLocationType(mouse.x, mouse.y) != eLocationNothing and switch the cursor graphic accordingly.

SMF spam blocked by CleanTalk