I have a big object overlaying the whole room (if you follow the critics lounge it's the spotlights, basically...).
Problem is, there are other objects underneath it. This means when I hover the mouse over these objects their @overhotspot@ labels aren't visible. Also, these objects have to be below, as the spotlights colour them.
Is there a solution to this problem of objects covering other objects, or do I just need to FTFM? ;D
Thanks.
If you use AGS 3+, you can select objects in the drop-down list at the bottom-right part of the editor (properties/events panel).
I mean in-game their names (via an @overhotspot@ label) aren't visible...
Aah. Sorry.
Try to set Clickable property of the largest object to false.
That worked a treat, thanks :)