fullscreen Read more

Game Maker: use of parents and AI

I would like to talk about a solution about AI that I used many times. Problem: we want to make intelligent enemies that move like the player (i.e. they can walk, shoot, run and jump). To make things simpler, the idea is to put the code that takes care of the movement (common to player […]