Challenge 8
Problem:
You have to hit a character 3 times with a bullet before it dies.
For this one I started with challenge 4, then changed a few things.
The first thing I changed was the enemy object
In the create event for this I set the number of lives to 3.
Then in the Step event I made it that when there are no more lives it destroys the instances.
I also made it that when the bullet hits the enemy is destroys one life by setting the number of lives to -1 relative.
Help: I didnt need any help for this one.
1 Comment »
Leave a Reply
-
Recent
-
Links
-
Archives
- April 2006 (2)
- March 2006 (5)
- February 2006 (9)
-
Categories
-
RSS
Entries RSS
Comments RSS
Events tab?, I think you mean Step Event for checking when all the lives are gone?