Hi, i want to make the locked door open 1 by 1 when the player push the right button.
Here's the example
There's a 1 sprite named locked door (red blue green) and each button to open the door with the same color
When player steps on the first one (red button), the red door opens
When player steps on the second one (blue button), the blue door opens
When player steps on the third one (green button), the green door opens
But when the player didn't push the button in the right order, the door will be locked again (red blue green)