[Solved]I think And and Or event does not work

I tried to make an event that if the main character or enemy_1 touches the button, the button is on(change the animation) and if both of them does not touch, the button is off.

But this simple event does not work! The button does not activate when the enemy_1 is touching, it only works when the main character touch. When both the enemy and the character touch it, it turns on. But now they don’t stop until the character touches it again.

Please help me!

Are there multiple enemies? If so, try reversing the order of the objects in the inverted enemy is in collision with button to inverted button is in collision with enemy.

2 Likes

It works! Finally I have some progress. Thank you!

1 Like