Spawning characters
![tross99](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I want my characters/enemy to spawn continuously and I made a spawner character but it isn't working for some reason aalso the other question i have is how to make it so when an enemy makes it past my gunner a life is lost.
Answers
Why not post WHAT you have done and then we can help you fix your code or tell you to do it in another way??
For the last question, have an actor (invisible) from top to bottom after your character and when the enemy collides with that subtract a life.
HC
Use CHANGE ATTRIBUTE: GAME LIVE to GAME LIVE + 1
When Actor Overlaps or Collides with Actor Wall Then:
CHANGE ATTRIBUTE: GAME LIVE to GAME LIVE - 1