Game Maker Paint created by Naud
Category: Other
Current rating
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.






ThePC007 said about 1 year ago
lol
swyrl said about 1 year ago
Could i have a basic gmk paint file plz?
i'm trying to make a paint-like program where you can draw spritesscaled with a click and drag, like you'd draw a rectangle, and maybe also a bucket tool, but i don't know where to start. I think i'll put this in the forums too srry :/
Garran said over 3 years ago
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:)
killerboy666 said over 3 years ago
sorry, I ment drawing XD