I am trying to make a game in wich the player is supposed to enter 4 images in a certain order. I was first trying to simply make it work, but I couldn't even get 2 sprites to alternately be visible and invisible.
If I just run event 1, everything is fine: the switch does turn the blue sprite invisble and the red one visible.
But I would like it to also be able to turn back. So I made event 2, to do the exact opposite.
But when I run event 2, the switch doesn't even turn de the blue sprite invisble and the red one visible like it did before. It does nothing.
Can someone please help me?
The original idea was to make the visible sprite the switch itself, but I gave up on that idea since I could not even get this to work...