Order of scripts
In what order does the scripts on a screen run it's main procedures? Is it alphabetically, or based on the sprites location or in what order the sprite is added to the screen? Or something else?
Sprite number, if memory serves. (See by pressing I) The numbers roughly correspond to the order you add sprites to the screen, but it's probably not something you'd like to rely on.
I think it's done in drawing order. That is, sprites with a low y-coördinate (indicating they're higher on the screen), or a low non-0 que-value come before sprites with a high y-coördinate (or high non-0 que-value).
If you want to make sure one runs first, just add a wait(1) to the other ones

Thank you guys! Magicman is right, it's the drawing order... and Kyle's solution worked well

I think it's done in drawing order.
That does not make any sense whatsoever... It must be true.
That does not make any sense whatsoever... It must be true.
