Game Development Reference
In-Depth Information
Setting up the Every tick command
In the Add event window, we need to access the Every tick command.
In every game, there is something called game loop. This is a loop that constantly updates
information. When we put code or logic in the game loop, it constantly checks to see
whether it is true. Logic includes elements such as controls, collisions, scores, and virtu-
ally all other portions of a game. In other programming environments, the game loop is
extremely important and accessing it can be very different depending on the environment.
Search WWH ::




Custom Search