4 object instances, wich hide and appear on the screen several times during the game. They are draggable texts and the player needs to drag each one of the four to its own picture, that I already have.
But the thing is that I want to show only one instance at time, so the game become easier.
Tried many times "for", "while" and "for each" many ways, but man, I don't know how to do this. I tried to create an instance variable named "order" and for each instance, add 1 to it, but didn't worked