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

ev_collision

  1. FoufaDjo

    GameMaker Help With Bullet Collision line

    so am trying to make a fast bullet collision for my game but i have problem with targiting the enemy object sometimes i i think its becaue that the event_preform start sometimes when the enemy object is destroyed so the collision event cant find the enemy id if you guys have any idea to how to...
  2. S_Kleer

    GameMaker [SOLVED] Event perform problem (ev_collision)

    Hi all! I have very big problem with understanding event_perform(ev_collision). So, I have code for check collision of coins in player step event: var side_l = bbox_left; var side_r = bbox_right; if side_r > room_width side_r -= room_width; if side_l < 0 side_l += room_width; if...
Top