Game Development Reference
In-Depth Information
The step event
One of the most useful events after the create event is the step event. The step event runs
within an object at every step of the game. You can look at a step like a frame in the game.
In every frame of the game, one step is run within every object that is active during that
frame. The step event is where you will have the game logic that needs to be checked con-
stantly, for example, key presses, collisions, or tracking the amount of lives the player has
left.
Search WWH ::




Custom Search