Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Using the pen tool, how to only delete some of what was written / stamped?
- Brs1211
-
Scratcher
15 posts
Using the pen tool, how to only delete some of what was written / stamped?
Title, mostly. I have a text engine that uses stamps and it prints out whatever you type. Unless there's a simpler way to do this, how can I make it just delete what I last stamped?
Something like that is what I'm trying to do. How could I do this? Thanks!
clear (stamp 1 v)
Something like that is what I'm trying to do. How could I do this? Thanks!
- mstone326
-
Scratcher
1000+ posts
Using the pen tool, how to only delete some of what was written / stamped?
You would have to use a rectangle of backdrop color to stamp over the previous letter's space, or change the color of the stamped letter to the color of the backdrop and stamp over it.
- Brs1211
-
Scratcher
15 posts
Using the pen tool, how to only delete some of what was written / stamped?
You would have to use a rectangle of backdrop color to stamp over the previous letter's space, or change the color of the stamped letter to the color of the backdrop and stamp over it.
Isn't there a better way? Wouldn't I have to make a sprite go over the stamped thing in order to be covered? Seems kinda unnecessary.
- mstone326
-
Scratcher
1000+ posts
Using the pen tool, how to only delete some of what was written / stamped?
When you say, delete what you just stamped. I took that as, you typed this for example. baseballl
and you want to delete the last l. Did I misunderstand. Do you want to delete the entire thing you typed?
Here is a quick example, small scale for concept. 3 cats are stamped. press left arrow and you can stamp white over them
https://scratch.mit.edu/projects/386460886/
and you want to delete the last l. Did I misunderstand. Do you want to delete the entire thing you typed?
Here is a quick example, small scale for concept. 3 cats are stamped. press left arrow and you can stamp white over them
https://scratch.mit.edu/projects/386460886/
Last edited by mstone326 (April 18, 2020 02:25:24)
- Brs1211
-
Scratcher
15 posts
Using the pen tool, how to only delete some of what was written / stamped?
Oh, I guess that is what I wanted. I assumed that there would be an existing function is Scratch or something similar. Well, thanks for the help!
Last edited by Brs1211 (May 1, 2020 16:42:19)
- Aaha3
-
Scratcher
1 post
Using the pen tool, how to only delete some of what was written / stamped?
I really need to delete a last stamp, but i have a background on my game
- Discussion Forums
- » Help with Scripts
-
» Using the pen tool, how to only delete some of what was written / stamped?