How do you make a tappable dressing game?

hi! I want to make a tappable dressing game but how do i make one?

Just a quick tip!

If you’re ever looking for help, you should always do a quick google search for it first:

This will save you time and effort. You don’t have to create a new thread for something that already exists on the internet :slight_smile:

Here are some links. to choose from :heart:

It’s different, it’s like my food tappable game
Like using the clothes as overlays

Oh okay.

  1. You’ll need to create a number of outfit overlays. To do that you’ll need to visit the episode portal page and then click on “Art Catalog” > “Clothing”

  1. After that, you’ll search for the clothes you want. Save the image of that clothing item to your computer.

  2. You will then need to remove the background of whatever article of clothing you choose, so that the background is transparent. Upload that edited image onto the portal and name it however you’d like. You’ll reference those overlays in your code when you create & spot them.

  3. A very simple code template here (you can add more animations if you want!):

     #----Create and spot clothing overlays here-----
    
     tappable
     "outfit_choice_1" {
     @MC changes into outfit_choice_1
     } "outfit_choice_2" {
     @MC changes into outfit_choice_2
     } "outfit_choice_3" {
     @MC changes into outfit_choice_3
     }
1 Like

Ok

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.