drawevent

  1. S

    GameMaker Help i need to draw stuff a certain amount of times based off a value

    Hi everyone i am here to ask how(if its possible) can i draw multiple of the same sprites based off a value like i want to draw a sprite an amount of times based of the value/variable given
  2. D

    How can I change the direction of a drawn sprite?

    So I have made an outline that appears over an enemy when the mouse goes over it but I can't figure out a good way to draw the outline in the left direction without using rotate, but if I use rotate it just stretches the outline. I'm pretty new to drawing code so It could just be something...
  3. M

    DrawEvent - Help me understand! *SOLVED*

    Hello, I'm working on a NPC dialogue system for my 2d adventure game. And I will go straight to my problem: I made a parent object (obj_npc_parent) that has a string variable (speach) in it's create event. It also has a draw event in which it draws the string (speach) in the room. This works...
Top