RTS-style movement...
Posted: Sun Dec 14, 2003 12:35 am
I'm trying to make a simple top-down maze game.
I have a blue ball, which is the actor you control.
What I want is to make the ball move towards and stop at the point at which
the person clicks at.
My dilemma is that if I use the mouse down event, the ball will only move when
I click on the ball itself. Is there an action or a function which will
allow me to click elsewhere?
If there isn't, how can it be done?
I have a blue ball, which is the actor you control.
What I want is to make the ball move towards and stop at the point at which
the person clicks at.
My dilemma is that if I use the mouse down event, the ball will only move when
I click on the ball itself. Is there an action or a function which will
allow me to click elsewhere?
If there isn't, how can it be done?