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

physics world

  1. P

    GameMaker Problem using non-physics obj in physics world room

    Hi there ! :) So, I have my room wich is physics active and all my objects are physics active too. However, I found that if I try to use some non-physics object on it, my whole collisions just stop working for everything. This non-physics object has no collision event at all, nor with any other...
  2. T

    Creating physics world in code

    I have to make a room in code, which i have, and it works great: The problem is activating physics world in it. I tried using physics_world_create(0.1000); But for some reason, this doesn't work
  3. T

    Legacy GM Equivalent Variables for Physics

    Something short. Is there an equivalent for hspeed and vspeed in physics variables? I'm not too sure about how phy_speed_x/y and phy_linear_velocity_x/y work.
  4. E

    Box2D bug

    Hi there, I decided to try to make a game with physics, and I can not solve one problem. Next a lot of text, I hope everything is clear explained;) Just trying to describe everything in detail. If two objects of the floor are placed closely, which are physical objects. And on them goes the...
  5. T

    GameMaker Returning Physics_World Variables

    Hello, does anyone know how to return values such as gravity in the current room or if physics are enabled in the current room? I have looked at: https://docs2.yoyogames.com/source/_build/3_scripting/4_gml_reference/physics/the physics world/index.html...
Top