Peace,
Im working on a race car game where the player just moves up and down. To make it more interesting I want to implement several types of movement. Currently I have the basic "press button to move in the direction you want" and "press button to change the direction the car moves (it moves permanent)".
At the moment im trying to make a movement like in the asteroids szenario, but i cant figure it out, because i only have an Up- and Down movement. I know that I have to use a SmartMover support class but setLocation(getX(), getY()+"something") does not work in this term I think.
Also I want to ask if you have other ideas for different type of movement?

