• 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!

turn

  1. S

    making a turn modular organizer.

    so question, how can I simplify this process... ent_playable_chr_per_room = ds_grid_create(1,3) ent_playable_chr_per_room[# 0,0] = obj_player ent_playable_chr_per_room[# 0,1] = obj_elfen_dear ent_playable_chr_per_room[# 0,2] = obj_bug_bad_guy ent_playable_chr_per_room[# 0,3] = noone in step...
  2. J

    SOLVED Moving Object Twitching While Turning Towards Mouse - Using Physics Engine

    I have a space ship coded to turn and face the mouse position. Physics is on. Works great. However, when the object is moving specifically diagonally and the mouse is positioned perpendicular to the ship's movement, its phy_rotation twitches slightly. I did a lot of playing around with different...
  3. sinigrimi

    GameMaker changes in the angle of the collision mask (rotation of the collision mask)

    can i change the angle (rotate) the collision mask? or do i need to change all sprites? :( screenshot below
  4. E

    Legacy GM turn object1 around object2, fixed to object 2's surface

    How can i make an object turn around another object with the same speed as the surface of said object is moving (like a tree on a planet turns fixed on the surface/outer radius on the planet with the planet). I can turn the planet/circle without problem (image_angle), but i have problems...
  5. E

    Windows How to make a caracter turn smooth

    I have a 2d caracter and i want him to turn smooth in a circle like in Slither.io. Like a Car. Could someone send my the Code for that.
  6. jobjorgos

    Legacy GM How to turn off auto save of project in game maker studio?

    Hi, Does anybody know where I can turn off the autosave function of my project in Game Maker Studio v1.4? :)
Top