Discuss Scratch

SavantiMahhala
Scratcher
52 posts

Pen layers.

Is there any way to make pen draw on the top layer? It would really help me.

I'm using the pen for a system that shows variables without actually showing the variables (through stamping as it moves forward) but it won't show on the top layer. Here is my current code:

when I receive [ ACC]
go to x: (140) y: (0)
repeat until <(x position) = ((140) + ((acceleration) * (100)))>
move (1) steps
stamp
end

I have other sprites where it should be showing, but it doesn't. Some other forums indicate that you can't use pen for this type of thing, but it's not clear. If it is not possible, I would like to know if there are any other ways to make something like this.

Last edited by SavantiMahhala (Feb. 7, 2022 22:02:19)

Jareddddddd
Scratcher
1000+ posts

Pen layers.

pen is shown on the top layer of only the pen. In other words, the newly drawn things in the pen will mask the things draw longer ago. They are only able to go in front of other pen and the backdrop, thats it
SavantiMahhala
Scratcher
52 posts

Pen layers.

Jareddddddd wrote:

pen is shown on the top layer of only the pen. In other words, the newly drawn things in the pen will mask the things draw longer ago. They are only able to go in front of other pen and the backdrop, thats it

Ok thank you.

Powered by DjangoBB