blob zombie attack created by orxalot22
Category: Shooter
Current rating
Added: 25 August 2010
Created by: orxalot22
Version: 11
Game description: zombie blobs are after you brain and won't stop until they have it! a and d to move,click to shoot, numbers to change weapons. a zombie takes 4 hits of damage
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
Page 1/5


















orxalot22 said about 1 year ago
if (mouse_check_button(mb_left)) move_towards_point(mouse_x,mouse_y,5) else speed=5;
is the code for the bullet
image_angle=point_direction(x,y,mouse_x,mouse_y);
is point towards mouse. set an alarm for one step and repeat it.
orxalot22 said about 1 year ago
in about an hour I'll arrive home and tell you the code
orxalot22 said about 1 year ago
I'm at a diferent house right now, I will get the code to you as soon as I can + the code for the shoot
maxthefax said about 1 year ago
You see how you made the gun rotate with the mouse. How did you do this?