Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to add more _of_
- 4g2008
-
27 posts
How to add more _of_
I have a question how to you do this:






mhh hmm yes that







- footsocktoe
-
1000+ posts
How to add more _of_
How do you name a sprite?
Click on the little arrow on the upper left corner of the sprite in the sprite panel.
Click on the little arrow on the upper left corner of the sprite in the sprite panel.
- 4g2008
-
27 posts
How to add more _of_
yes i know that but to add something into the first of

- deck26
-
1000+ posts
How to add more _of_
It's not clear what you're asking but you can't change the name of a sprite with code or even access the name in code (you'd need to know the name to refer to the sprite to get its name!). yes i know that but to add something into the first of
You could use local variables for sprite names but it still won't be the name that Scratch uses for the sprite.
Last edited by deck26 (May 31, 2016 06:59:01)
- awesome-llama
-
1000+ posts
How to add more _of_
You cannot do the actual name of the sprite, only the costumes.
- deck26
-
1000+ posts
How to add more _of_
Or are you talking about making the list of things longer at A in
In that case all you need to do is create a local (for this sprite only) variable for the sprite. That variable will automatically be added to the list when looked at by another sprite.
In that case all you need to do is create a local (for this sprite only) variable for the sprite. That variable will automatically be added to the list when looked at by another sprite.
- 4g2008
-
27 posts
How to add more _of_
Thank you very much deck26
now i know how to do it you make a variable and it will be added to the first of_ thank you!

- Discussion Forums
- » Help with Scripts
-
» How to add more _of_