February 2014
Intermediate to advanced
330 pages
7h 11m
English
Let's get that kart moving! In the previous project, we learned how to control a game using the mouse. In this section, we will control the game using the keyboard.
The controls for this game will be divided between the kart sprite and a separate control sprite. The kart sprite will be attached to this control sprite. The kart sprite will only concern itself with displaying a pretty and logical image. It tells the player where the kart is on the track and in which direction it is facing. The control sprite will manage all things "under the hood", such as movement speed and collision checks.
Separating these two functions allows us to have the imagery behave somewhat independently from the game rules ...
Read now
Unlock full access