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

smooth collisions

  1. kamiyasi

    Issue with my precise tile collision checking

    Hello. I created a script for tile collision checking for my player object, but I have an issue that I haven't been able to figure out a solution for. Right now, it works great, except that I need to add logic for a collision shape for the player. Currently, my code acts like the player's...
  2. Pfap

    smooth collision weird behavior or noob coding

    I'm trying to play around with smooth collisions and this code works with all the directions except down... I had the same issue with left at first; because I misspelled a variable, but I don't see any errors in the vk_down portion. Any ideas? if keyboard_check(vk_up) { sprite_index =...
  3. S

    Legacy GM Collision

    How to make smooth enemy collision with speed == 20 and friction == 4?
  4. B

    Help With Smooth Top Down Shooter Collisions

    Hi, My current project is a top down shooter set in space, I would like a collision system between the player and asteroids where, instead of the player just stopping and getting stuck next to the asteroid, I want the player to be able to slide against the asteroid, if that makes sense...
Top