Guys lets say i have two objects.
A pie, and a plate.
When detecting a collision between then, this conditional would mean the some thing?
event.object1.name == ‘pie’ and event.object2.name == ‘plate’
event.object1.name == ‘plate’ and event.object2.name == ‘pie’
?