Discuss Scratch
- Discussion Forums
- » Project Ideas
- » How Do You Make A Shop With Items That Unlocks Characters?
- scratchymonko
-
5 posts
How Do You Make A Shop With Items That Unlocks Characters?
I Am Try To Make Characters That Cost Money In A Store How Do I Make It?
- _teh_armenian_
-
13 posts
How Do You Make A Shop With Items That Unlocks Characters?
You can basically click a button that will broadcast a script to another sprite to change the costume of the sprite. If you want to add currency than use this script.
If YOURVARIABLE = amount than
change costume to (costumenumber#)
If YOURVARIABLE = amount than
change costume to (costumenumber#)
- scratchymonko
-
5 posts
How Do You Make A Shop With Items That Unlocks Characters?
It Doesn't Help Me At All You can basically click a button that will broadcast a script to another sprite to change the costume of the sprite. If you want to add currency than use this script.
If YOURVARIABLE = amount than
change costume to (costumenumber#)
- GameCatastrophe0927
-
1000+ posts
How Do You Make A Shop With Items That Unlocks Characters?
I did something like this. To simplify the code,
et cetera.
- Discussion Forums
- » Project Ideas
-
» How Do You Make A Shop With Items That Unlocks Characters?