Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: markbilly on Thu 04/03/2010 16:36:09

Title: object covering other objects. SOLVED
Post by: markbilly on Thu 04/03/2010 16:36:09
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.
Title: Re: object covering other objects.
Post by: Crimson Wizard on Thu 04/03/2010 17:16:11
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).
Title: Re: object covering other objects.
Post by: markbilly on Thu 04/03/2010 17:17:22
I mean in-game their names (via an @overhotspot@ label) aren't visible...
Title: Re: object covering other objects.
Post by: Crimson Wizard on Thu 04/03/2010 17:18:13
Aah. Sorry.
Try to set Clickable property of the largest object to false.
Title: Re: object covering other objects. SOLVED
Post by: markbilly on Thu 04/03/2010 17:23:27
That worked a treat, thanks :)