Pages: 1
Topic closed
I am in the process of making a TPS (Third Person Shooter) Game, and I am trying to make a semi-automatic gun, but I have hit a road block trying to program it. Any suggestions?
P.S. I have created a variable for the ammo, if that is any help.
P.P.S. The gun that I have in mind is one that has 15 shots in it.
Last edited by Ahippo (2009-12-13 13:59:04)
Offline
Do you want a gun that shoot multiple bullets at a time or one that shoots one by one. I only know the second suggestion.
Anyway here it is:
Gun sprite
<when green flag clicked><forever><point towards( mousepointer
bullet sprite:
<when green flag clicked><forever><if><mouse down?><go to[ gun<point towards( mousepointer<repeat( <touching[ edge<move( whatever )steps><go to[ gun
hope this helps
Offline
Topic closed
Pages: 1