hi, my problem is that im working in a 2d shooter.
so anyway, what i want to do is: when i get to certain score (for killing enemies) i want the new type of enemys to show up (wich are stronger, faster and move different) so i decide to go using tags, naming the first ones enemy1 and the others enemy2
So the problem that i have is that i cant figure out the way to make the the differenciation, i mean how to make the program know that now i want to work with the enemy2 instead of the enemy1, and make those spawn.
hope anyone who read this understand, sorry for my bad english, is not my native language.