WHERE a collision has occurred?

0 favourites
  • 2 posts
  • Hey guys, weird question here.

    I have two physics objects basically, and when they collide with one another I would like to spawn another object.

    Simple enough, but I want the spawned object to sort of...stick to the exact spot where the collision initially happened.

    Sort of like eh... Fist meets face, spawn a bruise. Bruise sticks to the face where the fist hit the face.

    I can create the "bruise" just fine, but having it stay at it's initial collision point on the collided object is a bit trickier it seems.

    My first idea was to try doing this with image points, but I would have to create a ton of them to account for every spot on the object that could be collided with. Didn't seem very practical.

    Any better solutions out there?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Get the distance between the two objects and divide that by two.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)