joints

  1. M

    Joint Index

    How exactly do you get the index of a joint in game maker? I want to create a joint and delete it afterwards.
  2. M

    Legacy GM Destroying every part of ragdoll

    Hi fellow Game Makers! I'm using the physics system, and working on a project which has a ragdoll. This is made of 10 instances of a 'body' object, and 1 instance of a 'head' object. These are created in an obj_ragdoll_create object. My code for this is here: head = instance_create(x, y-48...
Top