Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I change names on my backpack?
- DefaultTool
- Scratcher
1 post
How do I change names on my backpack?
On my upcoming project, I need to make adding new items easier. I use the backpack feature to make it even easier but the issue is I can't tell what script it is apart from the time I made the script in the backpack and the image. I can't rename it so I can't tell.
- ProT-N-T
- Scratcher
18 posts
How do I change names on my backpack?
You can take the whole sprite in the backpack it will then be much easy for you.
I hope this helped you.
“Understanding is better than learning”
I hope this helped you.
“Understanding is better than learning”
- MasterofTheBrick
- Scratcher
1000+ posts
How do I change names on my backpack?
I've noticed that you've been pasting this quote at the bottom of your posts quite often. If you're trying to make a signature (often referred to as a siggy), scroll to the bottom of the discussion home page, and you'll see a button labelled “Change your signature” at the bottom left corner of your screen. Once you have created a signature, it will show up on every post you make, without you having to type it out manually. “Understanding is better than learning”
- MasterofTheBrick
- Scratcher
1000+ posts
How do I change names on my backpack?
The name of your backpack items use the original name which they had before they were backpacked. If you backpacked a sprite, it would be labelled as such: On my upcoming project, I need to make adding new items easier. I use the backpack feature to make it even easier but the issue is I can't tell what script it is apart from the time I made the script in the backpack and the image. I can't rename it so I can't tell.
sprite
sprite name
Alternatively, if you had backpacked a costume:
costume
costume name
However, individual blocks/scripts of code will all carry the same name. (script code). My advice is to either familiarize yourself with the backpack (anyways there is already a small preview of each backpack's content, though the picture is quite small) or extract the backpack into any project, rename its contents, and backpack it again.
Last edited by MasterofTheBrick (June 10, 2021 08:19:25)
- Discussion Forums
- » Help with Scripts
- » How do I change names on my backpack?