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

through

  1. matharoo

    GML Connecting Rooms Through Doors

    GM Version: GMS2 Target Platform: ALL Download: http://matharoo.net/projects/connecting-rooms.yyz Summary: Hi! :) In this tutorial we tackle the problems that come with trying to connect two rooms, so that the player can freely go from one to the other. 1) Connecting Rooms: This one is about...
  2. P

    GameMaker Mouse-drag object goes through wall

    I have an object (uses physics) that I drag around with the mouse. Create event code looks like this: depth = -1000; grab = false; xx = 0; yy = 0; Step event code looks like this: if(grab==true) { xo=phy_position_x+xx; yo=phy_position_y+yy; phy_speed_x = mouse_x-xo; phy_speed_y...
  3. H

    Legacy GM Jump-through platforms with gravity

    Hello! I am trying to create a 2D platformer with jump-through platforms (in the shape of square boxes). However, these boxes have gravity which makes them fall through the ground if I set their masks to "nothing" whenever you are trying to jump through them (using the method shown here). This...
  4. H

    Enemies clipping through walls to the north and west

    Hi! I am having some issues with my enemies. They keep clipping through the bottom and right sides of blocks, but not left or top sides. This was not an issue yesterday, but I have made many changes since then and I would rather not go back to that version. I have searched through both versions...
Top