• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

draw_triangle

  1. P

    GameMaker Lighting Flashlight Direction (SOLVED!)

    I'm trying to make a cone flashlight with my lighting system but its not keeping the same size as its rotating. // Flashlight if (flash_light) and (flash_light_toggle) { var c = make_colour_rgb(255, 255, 255); var dir = point_direction(x, y, mouse_x, mouse_y); var buffer_x =...
  2. B

    Ring Health Bar Help?

    TLDR: I'm looking for a method of creating a "ring" or "circle" health-bar that doesn't use any of the draw_[shape] commands (which are apparently somewhat broken according to the below linked thread) A lot of the UI in my current game project is designed around a "ring" or "circle" health-bar...
  3. E

    [SOLVED] lengthdir_X/Y help

    So in my game I want to draw a triangle that goes through 2 points in my object. The way I define those points may seam long but it's actually quite simple. I have outlined that in the diagrams I have drawn below (If you can read my handwriting). The code for this is also below, I recommend to...
Top