I'm making a game with all these sprites.
I've made it that when:
"space" key is pressed then certain sprites appear.
"Down Arrow" is pressed then other sprites appear.
However, the only problem is that these sprites are either failing to appear when clicked or are out of order. How can I fix this. I would like to show you though, I don't know how to do so.
Offline
What do you mean by "order"? There is no natural order for sprites. If each one does a "show" command when a key is pressed, they could appear in any order.
Offline