Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Stamp not placing
- Votick
-
100+ posts
Stamp not placing
Check the code for the digger sprite. PLEASE HELP!
https://scratch.mit.edu/projects/1106288022/
what's supposed to happen is the sprite stamps over the background, and since the “walkers” only detect the color brown, they're supposed to go through it.
https://scratch.mit.edu/projects/1106288022/
what's supposed to happen is the sprite stamps over the background, and since the “walkers” only detect the color brown, they're supposed to go through it.
- MyNameIsNotClyde
-
23 posts
Stamp not placing
Stamp can't go over sprites. If you hide the sprite you can see the stamps over the real background.
To fix this you can either use clones instead of stamps, or make everything pen/stamp-based.
To fix this you can either use clones instead of stamps, or make everything pen/stamp-based.
- Gabsolute123
-
1 post
Stamp not placing
Stamp can't go over sprites. If you hide the sprite you can see the stamps over the real background.
To fix this you can either use clones instead of stamps, or make everything pen/stamp-based.
i dont wanna use clones because of the limit
- Jlerpy
-
1000+ posts
Stamp not placing
Stamp can't go over sprites. If you hide the sprite you can see the stamps over the real background.
To fix this you can either use clones instead of stamps, or make everything pen/stamp-based.
i dont wanna use clones because of the limit
Please don't necropost. Just start a new thread.
- Discussion Forums
- » Help with Scripts
-
» Stamp not placing