[Solved] Collision events don't work

I’m trying to make something happen when an object is in a collision with another object but for some reason when they collide nothing happens


For example when StarHand and Player2 collide, Player2 doesn’t blink.
It only works with Delete object

Try to invert the flashing condition otherwise it only will happen when the Player2 is flashing just right click on the Player2 is flashing then select invert, so
Condition:
StarHand is in collision with Player2
X Player2 is flashing
Trigger Once
Action:
Make Player2 blink…
Do other stuff here too.

1 Like

Oh, my bad. I didn’t notice that and it gave me so much trouble. Thank you