How do I make sprites appear one by one from the bottom of the screen? Thanks if anyone can help, need to finish this for a project in school :-)
Offline
I would suggest a broadcast called "Sprites show in order". Then, in the first sprite, put:
when I receive [Sprites show in order] show
In the next,
when I receive [Sprites show in order] wait (0.1) secs show
Next:
when I receive [Sprites show in order] wait (0.2) secs show
Next:
when I receive [Sprites show in order] wait (0.3) secs show
You get the idea.
Offline
Thanks, but where does the original show sprites in order go? on the stage scripts?
Offline
CainInACan wrote:
Thanks, but where does the original show sprites in order go? on the stage scripts?
It can go there, or in the sprite that causes the event, anywhere.
Offline
Ok, thanks for your help
Offline
CainInACan wrote:
Ok, thanks for your help
You're welcome. It's fun.
Offline