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

edges

  1. Z

    SOLVED Help with edge detection

    I'm trying to implement the mechanics of this video in my code, making the game a little more forgiving with the edges, as he was using unity and I gamemaker, I had to do it from scratch: //VERTICAL COLISION if (vsp != 0) { repeat (abs(vsp_rounded)) { //EDGE DETECTION...
  2. P

    GameMaker [SOLVED] Find the edge of the platform in 2d platformer

    Hi guys! I am newbie and I need your help. Recently I started making a game in GMS2 and ran into a couple of questions that I couldn’t find answers to: 1.There is an object that moves along the platform, reaches the edge and turns around in the opposite direction. it works like this: var hspd =...
  3. M

    Legacy GM Help! My tiles display badly when resized view

    This has become a dilemma for me for quite a long time but now I have to get this fixed soon enough and I cant seem to find a right solution for this or any example on how. My side-scroll platformer game is a huge room with view size of 1920x1080 with port size to 960x540. When I run my game...
  4. V

    collision and edges[SOLVED]

    I am building a plattformer and made a collision system. It works perfect in many situations but as soon the player falls diagonally onto an edge the player gets stuck and isnt able to move in either one dimension. I know how this is caused but I dont know how to fix it. //Vertical if...
Top