10 minutes created by some 1
Category: Shooter
Current rating
Added: 25 July 2007
Created by: some 1
Version: 3
Game description: survive 10 minutes and kill all of the monsters (hebrew game)
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
Page 1/5
















pillarshock said over 4 years ago
cool! it works!
some 1 said over 4 years ago
hi, try to write M I C H A E L and then press "F"
you wont be disappointed
LukeSkillz said over 4 years ago
to asdavola:
If you don't have the registered version of Game Maker, make the crosshair sprite, and make an object called 'cursor'. Of course, choose the crosshair sprite and in the 'step' event, execute this piece of code:
{
x = mouse_x - 15;
y = mouse_y - 14;
}
Be sure to put this object in each room that needs a cursor! If you want objects to follow the mouse, in their 'create' event, choose 'move in the direction of a point' and put in 'cursor.x' and 'cursor.y' for the axis's.
some 1 said over 4 years ago
its an object that follow the mouse