Discuss Scratch

Programmer_Parth_99
Scratcher
16 posts

What is a Layer?

I have seen blocks like these:
go back ( 99) layers
So, I wanted to ask, what is a layer?

CHECK OUT MY NEW PLATFOMER.
LIKE & FAVOURITE IT AND FOLLOW ME!
nerdiebirdy
Scratcher
500+ posts

What is a Layer?

Hello! Please do not post copies of your own topics.

Cutie_Pooge
Scratcher
500+ posts

What is a Layer?

Think of layers like the layers when you edit your costume in vector, every object has a layer. Objects with higher layer are at the front, objects with lower layer are at the back. You first the the object at the front then the object behind it.

I will not help much around the forums anymore, if you still want my help go to my main account. Still occasionally help.
Age 18
Bit of experience in coding in Scratch, Python, C++ and Rust.
2D Slideshow framework v0.2.0.
Terrible in art and sound.
Programmer_Parth_99
Scratcher
16 posts

What is a Layer?

nerdiebirdy wrote:

Hello! Please do not post copies of your own topics.
Sorry, but it helps if more people are able to anwser my question

CHECK OUT MY NEW PLATFOMER.
LIKE & FAVOURITE IT AND FOLLOW ME!
Scratch-Minion
Scratcher
1000+ posts

What is a Layer?

If several sprites are on the screen, Scratch has to have a system of deciding which sprites will be drawn in front of other sprites when they overlap.
If there are 5 sprites in a project, they are assigned to 5 different layers which determines their order from front to back.

The layer blocks let you change the layer order of sprites.
eg.

go to front


go back (2) layers

Powered by DjangoBB