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.
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.
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?
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