Game Maker Paint created by Naud
Category: Other
Rated 3.6 by 17 members. Played 341 times.
1 of 2
Rate this game
Added: 25 March 2008
Created by: Naud
Version: 2
(Beta)
Game description: This is a beta version of Game Maker Paint. 7 colors, 2 sizes, 3 pictures, 3 music sounds, move your picture, moving paths
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
More Games By This Creator
This creator has no other games uploaded.
Comments
killerboy666 said 308 days ago
pretty good, but make sure that the helihead and the other icons and stuff won't go outside the place that you made for playing




Garran said 307 days ago
Report to Staff
You know there's a gml for drwing a complete line?
Here's the code;
Create event:
end_x = mouse_x;
end_y = mouse_y;
line_color = global.var_color;
Draw:
draw_line(x,y,end_x,end_y);
draw_set_color(line_color);
Have any questions just send me a message:)