I'm working on a shooter where enemy1 is randomly spawned on a layout (using a spSpawnPoint sprite). After the players kills about 10 enemy1, spSpwanPoint gets destroyed and spawnPoint2 start spawning a new type of object (enemy2). I've been searching in the forums for a solution but I can't seem to get the proper code to work. Any suggestions? Please see my code below. Thanks in advance.