Takes several clicks to make character move(SOLVED)

Started by The Suitor, Fri 16/07/2010 15:39:45

Previous topic - Next topic

The Suitor

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:



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);

SMF spam blocked by CleanTalk