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

rotation collision

  1. M

    Rotating the collision of collision_rectangle

    Hi. I'm trying to use the collision_rectangle function to find objects within the view of the player which rotates with the player's movements, but I don't see any way to easily rotate the rectangle generated by the two coordinates we give the function. Is there a way to rotate the detection...
  2. N

    Help With Rotating Rectangle Collision

    I'm trying to create a "physics-based" sword anchored to the Player in a top-down game, without actually using the Game Maker's integrated physics engine. Please have a look at the following example of the issue: As you can see in the example above, the issue is two-fold: 1) The red block...
  3. N

    GML Rotation collision (example: top-down car)

    GM Version: Should be universal Target Platform: ALL Download: N/A (all needed code is there) Difficulty: Intermediate Last Edited: 2018.08.10 Short version: Rotation after dealing with movement collision. Classic while loop checking but this time rotate image_angle to previous position...
Top