Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Willis on Tue 26/09/2023 21:21:11

Title: Process Click not working below a certain point
Post by: Willis on Tue 26/09/2023 21:21:11
Hello, I've made a room which has a walkable area that pretty much covers the whole area. My character walks around fine with a left click function but if I click below y axis 670 (the room is 3840x1080) nothing happens. It also won't react to an object click below that point, but again fine above 670.

If I send the character to a point below 670 using character.Walk that works fine. So I think it's the click that's not working.

Hope this makes sense.
Title: Re: Process Click not working below a certain point
Post by: RootBound on Tue 26/09/2023 21:38:53
Do you have objects in the room that are marked as "clickable" in the room editor? If so, the click may be treated as an object click rather than a walk click.
Title: Re: Process Click not working below a certain point
Post by: Crimson Wizard on Tue 26/09/2023 21:40:51
Please tell, what is your game resolution?

Is there any transparent GUI covering the lower part of the screen? If so, then is it set as Clickable?

Title: Re: Process Click not working below a certain point
Post by: Willis on Tue 26/09/2023 21:56:45
Quote from: Crimson Wizard on Tue 26/09/2023 21:40:51Please tell, what is your game resolution?

Is there any transparent GUI covering the lower part of the screen? If so, then is it set as Clickable?



Aha yes, this is exactly what the problem was! Thank you so much