Functions - GameMaker: Studio - Drawing Shapes

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Your tutorials are best, because you teach these functions in details. Great job! One question, do you have tutorial on views with it's built-in variables and functions? If not I think it would be very useful

sandrok
Автор

How do you delete a shape?

I have a text box which appears whenever obj_player presses up near this particular NPC. The text types out like a type writer. I have set the text box and the text to have an alpha of 0 when I press ctrl. The problem is, I don't think the text box (draw_rectangle) is being removed from memory.

Any suggestions?

Ragnark
Автор

Hi, I have a problem. I've drawn rectangle for texts with NPC. It is drawn on botton of the screen but I isn't compatibile with my port on screen.

LansTartare
Автор

Once you draw some shape, can you then move it around the screen ? I tried drawing in the draw event then in the step event tried x -= 2 and nothing happens.

superdepressif
Автор

I don't understand the draw_rectangle arguments (x1, y1, x2, y2)
could you please help me to Draw the Rectangle in the center of the room ?

Impz
Автор

Let's Learn GameMaker: Studio 

:s witch of them are the right one?

Thank You!
It is really smart to type out all the code in advance and then just un-comment the sections you need, I liked that.

sebbes
Автор

can u make a table with all important DRAW commands

MrFukanoLP
Автор

PLEASE HELP:
Hi, how can i change the image_angle or image_alpha of a drawn rectangle ( draw_rectangle(); ) ... And the color of it?

raphaelwelti