Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make a dress up game
- icecreamhoverboard
-
30 posts
How do you make a dress up game
So, first you are going to want your character sprite and clothing. If you are making clothing, I suggest using an art program outside of Scratch, so you can use layers and make sure the clothes fit right, then save each layer individually. Then, import the images as individual sprites and resize them, move them, do whatever you need to get them situated on the stage.
Next, you are going to want to code your sprites. I would love to help you figure out how to make them draggable, but I don't know that. Add whatever code you need.
Always make sure to test your project before publishing it.
Add music, cosmetics, whatever else you need.
Then you can publish it.
If something doesn't make sense, please let me know.
- Icy
Next, you are going to want to code your sprites. I would love to help you figure out how to make them draggable, but I don't know that. Add whatever code you need.
Always make sure to test your project before publishing it.
Add music, cosmetics, whatever else you need.
Then you can publish it.
If something doesn't make sense, please let me know.
- Icy
- MysteryCoder2
-
48 posts
How do you make a dress up game
make a different sprite for each clothing and make it so that when it is clicked it will change the costume to the next one, like this:
also you can make it so that when it is clicked it changes the colour:
* = fixed spelling
when this sprite clickedand then you make it so that it resets to the first costume when the flag is clicked:
next costume
when green flag clickedmake sure you make multiple costumes, because if there is only one cosume*, it will not work
switch costume to [costume1]
also you can make it so that when it is clicked it changes the colour:
when this sprite clickedagain make it reset. either this:
change [colour] effect by (25)
when green flag clickedor
clear graphic effects
when green flag clickedthat
set [colour] effect to (0)
* = fixed spelling
Last edited by MysteryCoder2 (Oct. 29, 2020 15:19:35)
- Discussion Forums
- » Help with Scripts
-
» How do you make a dress up game