if(Key.isDown(Key.UP)) .. how do you get movment?
I get this part, if(Key.isDown(Key.UP)), If the UP key is pressed it will do ...
But what is the line of code for the actual moving?
And on another note I am also making it where an object will fall out of the sky at random positions, what might this code be?
I cant seem to find a easy way to sift through the code to find out how to do these things so I've just come here to ask.