Discuss Scratch

IvoryCode
Scratcher
6 posts

How do you make a dress up game

How do you make a dress up game
icecreamhoverboard
Scratcher
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
MysteryCoder2
Scratcher
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:
when this sprite clicked
next costume
and then you make it so that it resets to the first costume when the flag is clicked:
when green flag clicked
switch costume to [costume1]
make sure you make multiple costumes, because if there is only one cosume*, it will not work
also you can make it so that when it is clicked it changes the colour:
when this sprite clicked
change [colour] effect by (25)
again make it reset. either this:
when green flag clicked
clear graphic effects
or
when green flag clicked
set [colour] effect to (0)
that


* = fixed spelling

Last edited by MysteryCoder2 (Oct. 29, 2020 15:19:35)

Powered by DjangoBB