I would like to be able to tell if an object's collision occurred on it's left or right side so I can set my animation differently based on this.
Develop games in your browser. Powerful, performant & highly capable.
Use "compare X" in a sub event.
Sprite_1 > On Collision with Sprite_2
__________Sprite_2 X > Sprite_1.X > Do Something
__________Sprite_2 X < Sprite_1.X > Do Something