Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Changing layer of pen
- -motionless-
-
100+ posts
Changing layer of pen
Changing layer of pen
So in the project I'm working on there are 2 sprites. One is the pen sprite the other is the object sprite. Something the pen sprite won't do is draw in front of the object sprite. Iv tried changing their layer using the
go to frontblock but that doesn't seem to work.
Last edited by -motionless- (Jan. 4, 2023 19:17:40)
- cookieclickerer33
-
1000+ posts
Changing layer of pen
You can’t change the layer the pen is on
It’s always on the same layer as the background
It’s always on the same layer as the background
- -motionless-
-
100+ posts
Changing layer of pen
Aww that's annoying You can’t change the layer the pen is on
It’s always on the same layer as the background
- cookieclickerer33
-
1000+ posts
Changing layer of pen
Ikr…Aww that's annoying You can’t change the layer the pen is on
It’s always on the same layer as the background
You can try making what the pen draws into a sprite and then layering that
You could also use clones, size changes, and color effects to replicate the pens functionality
- -motionless-
-
100+ posts
Changing layer of pen
I can't use ones cuz I would need about 20kIkr…Aww that's annoying You can’t change the layer the pen is on
It’s always on the same layer as the background
You can try making what the pen draws into a sprite and then layering that
You could also use clones, size changes, and color effects to replicate the pens functionality
- cookieclickerer33
-
1000+ posts
Changing layer of pen
Sorry. This happened to me too when I first tried to use it.I can't use ones cuz I would need about 20kIkr…Aww that's annoying You can’t change the layer the pen is on
It’s always on the same layer as the background
You can try making what the pen draws into a sprite and then layering that
You could also use clones, size changes, and color effects to replicate the pens functionality
You could try using the stamp feature
- DeveloperTools
-
100+ posts
Changing layer of pen
You cant, but you can use broadcast and sprite layers to stamp all sprites after 1st layer pen is drawn and then draw the 2nd layer.Changing layer of pen
So in the project I'm working on there are 2 sprites. One is the pen sprite the other is the object sprite. Something the pen sprite won't do is draw in front of the object sprite. Iv tried changing their layer using thego to frontblock but that doesn't seem to work.
Sprites in the front layer receive Broadcasts first, and ones in the back layer update last.
- -motionless-
-
100+ posts
Changing layer of pen
I realized how to do it. Youv got to put the object sprite into the stageSorry. This happened to me too when I first tried to use it.I can't use ones cuz I would need about 20kIkr…Aww that's annoying You can’t change the layer the pen is on
It’s always on the same layer as the background
You can try making what the pen draws into a sprite and then layering that
You could also use clones, size changes, and color effects to replicate the pens functionality
You could try using the stamp feature
- -motionless-
-
100+ posts
Changing layer of pen
Iv fixed itYou cant, but you can use broadcast and sprite layers to stamp all sprites after 1st layer pen is drawn and then draw the 2nd layer.Changing layer of pen
So in the project I'm working on there are 2 sprites. One is the pen sprite the other is the object sprite. Something the pen sprite won't do is draw in front of the object sprite. Iv tried changing their layer using thego to frontblock but that doesn't seem to work.
Sprites in the front layer receive Broadcasts first, and ones in the back layer update last.
- Discussion Forums
- » Help with Scripts
-
» Changing layer of pen