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

2d physics

  1. W

    Legacy GM How to make colour splashes reveal invisible walls/objects?

    Hello! Im trying to make a game where you are a paint blob and you have to walk/slide around and get paint on the invisible wall/objects to see where you are going. I don't know how I would go about making the colour 'stain' the invisible object. How would I also go about making it so the ball...
  2. A

    2D Side-View Physics Platformer Additive Objects

    Hi guys! Im making a 2D Side-View Physics Platformer in which each player controls a ball. I wanted to know how to make the following items. I could make them myself but Im very limited on time. Also linking a YT video or an another thread or link about these could help. I need the following...
  3. K

    GML [Solved] Converting .direction to physics direction

    I was using speed and direction to move balls in a specific direction, but now trying to do the same thing in the physics engine. Up till now I've been sending balls on thier merry way with this code: ball.direction = target_dir; ball.speed = ball_speed; I've tried a few of the built in...
Top