View Full Version : gun game
robertcolberg
12-15-2009, 02:03 AM
how do i make it so when you shoot a zombie you get points?:confused: how do you make a time limit?:confused::confused: how do you make a health gauge on your self and enemies?:confused::confused::confused: how do you make it a certain number of times you have to shoot a zombie to kill it?:confused::confused::confused::confused: thank you i really need help to finsh my game!!
Slayer2520
12-15-2009, 09:56 AM
Create world level variables with number values for "points,HP,etc..." and work you way up from there. When you press the certain button that it is to shoot make sure that you add a function that increments or decrements accordingly. I can give you more specific answers if you ask about more specific questions.
________
easy vape (http://vaporizers.net/easy-vape)
robertcolberg
12-15-2009, 01:59 PM
Create world level variables with number values for "points,HP,etc..." and work you way up from there. When you press the certain button that it is to shoot make sure that you add a function that increments or decrements accordingly. I can give you more specific answers if you ask about more specific questions.
so say mouse is used to shoot when clicked if misses zombie then 10 points get takin away if hit 10 points are given?