I'm trying to make a movement system that causes an object such as a square to speed up from a stop while a key is being held down, and then coast to a stop when they key is released. I need help with the coding.
I'm trying to convert my sketch to a movie file to upload to vimeo or youtube. I'm getting the following error: Creating the Quicktime movie failed. java.lang.nullpointerexception.
I'm trying to create a visible timer that countdowns from 10 sec to 0 sec....when time is up I want the "game over" screen to appear. How would I start?
I'm creating a rock, paper, scissors game. After my splash screen disappears, an image of my game screen appears. This screen (a jpeg image) is split equally into thirds using a (640x480) image. How can I create an option for the player to choose rock, paper, or scissors by clicking the mouse?