spawning enemies

Spawning Enemies

Tutorial 9: Spawning Enemies First, what does spawning mean? Spawning refers to a method in game design where your enemies automatically get created You will want to make your enemies appear at random in a top-down or side-scrolling shooter game, so that they do not become predictable every time the game is played. Placing hundreds of enemies in a room will not work. Instead, you want enemies to randomly generate themselves. For this, you will need to make use of alarm events. Create an enemy spawner object Create an object called objEnemySpawner – this object will have no associated sprite

******************************************

The remainder of this content is restricted to site members.
It is free to join.
New users please register below.
If you are an existing user, please log in.

Existing Users Log In
   
New User Registration
*Required field

Similar Posts