Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: PsychicHeart on Tue 05/07/2005 11:14:34

Title: Object technically invisible
Post by: PsychicHeart on Tue 05/07/2005 11:14:34
hello,
i have the 'Start New Game' words on the main menu, and stuff like that.
I also have a 'load game' one. But, i have to click the load game one about 50 times before it goes to the Load Game Dialog.
all the others work perfect, its just the load game one.
any solutions?
Title: Re: Object technically invisible
Post by: Gilbert on Tue 05/07/2005 11:20:35
What do you use for triggering the Load Game action?
Any Click on object?
Any Click on hotspot?
...etc.
If it's an object (judging from your topic), if you click on transparent pixels of it the event will not be triggered (if you had set Pixel-perfect click detection on), you may either:
1. change that object sprite so it doesn't have that many transparent pixels,
2. turn of Pixel-perfect click detection, or
3. use other method, such as using a background hotspot, etc.
Title: Re: Object technically invisible
Post by: PsychicHeart on Tue 05/07/2005 11:32:25
how do i turn on Pixel-Perfect?
Title: Re: Object technically invisible
Post by: Gilbert on Tue 05/07/2005 11:44:02
It's on by default, look at it in the game options of AGSEdit.