Discuss Scratch

MemeRuler11
Scratcher
20 posts

how to make a sprite in the background?

trying to make amy go in the background anyone know how? https://scratch.mit.edu/projects/616598740/ heres the project the amy part is in level 5
deck26
Scratcher
1000+ posts

how to make a sprite in the background?

go back () layers
If you have 20 sprites and 10 clones you have 30 layers. Go back 30* or more layers will then get you to the back. Don't make the mistake that others do and think telling one item to go back 500 layers and another 1000 layers must mean the second is behind the first - it will just depend on the order the scripts are run in since all you're doing is telling each one to go to the back layer.

(* Actually go back 29 or more is enough. If you're on the front layer you just need to go back 29 to go behind each of the other 29 objects.)

Last edited by deck26 (Dec. 16, 2021 10:36:32)

MemeRuler11
Scratcher
20 posts

how to make a sprite in the background?

deck26 wrote:

go back () layers
If you have 20 sprites and 10 clones you have 30 layers. Go back 30* or more layers will then get you to the back. Don't make the mistake that others do and think telling one item to go back 500 layers and another 1000 layers must mean the second is behind the first - it will just depend on the order the scripts are run in since all you're doing is telling each one to go to the back layer.

(* Actually go back 29 or more is enough. If you're on the front layer you just need to go back 29 to go behind each of the other 29 objects.)

thanks it worked now on to making the boss….

Powered by DjangoBB