Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: The Suitor on Fri 16/07/2010 15:39:45

Title: Takes several clicks to make character move(SOLVED)
Post by: The Suitor on Fri 16/07/2010 15:39:45
I've tried searching the forums for this particular problem, but no specific help. I've seen games like this before, I know it is possible. I've racked my brain too much trying to fix it. Maybe I'm over looking something.

My dilemma is that my character is only supposed to walk horizontally, but it takes several clicks on the screen to get him to move.

Here's a pic to help visualize the problem:

(http://www.suitorgames.com/games/help.PNG)

using Build 3.1.2.82, btw


Sorry I knew I'd solve it as soon as I posted it. My Apologies...

just changed:

ProcessClick(mouse.x, mouse.y, mouse.Mode);
to
ProcessClick(mouse.x, player.y, mouse.Mode);