Premium GameMaker tutorials for free - Learn to use the program while making actual games

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS What happens in a Solid Collision (view original)
What happens in a Solid Collision
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

When a collision between Solid instances occurs, the following happens:
1.) Both instances are set to their previous positions (even if they are on paths)
2.) The Collision Events for both instances are triggered
3.) Both instances are reset to their new positions
4.) Another collision check is made, and if the instances are still colliding then they are once again set back to their previous positions.