10 minutes created by some 1
Category: Shooter
1 of 1
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
Comments
LukeSkillz said 480 days 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.
1 2















pillarshock said 363 days ago
Report to Staff
cool! it works!