not finished sniper game created by jaelee1024
Category: Shooter
Rated 3.0 by 1 members. Played 5 times.
1 of 1
Rate this game
Added: 24 June 2008
Created by: jaelee1024
Version: 1
(Incomplete)
Game description: help me how can i kill the enemy. gmk.file
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
Page 1/5
Comments
MegaGamer said 124 days ago
you just do when spacebar is fire " obj = instance_create(x,y,obj_bullet);
with(obj) motion_set(direction,10)" that is how you make it fire. in the create event for the enemy "hp = 25;" collsion with bullet event "hp -= 5"
in step event " if hp <= 0 then instance_destroy()" thats all you have to do.















jaelee1024 said 55 days ago
Report to Staff
Thank you