New Tappable Dressing Game

Hello everyone!

I’m working on a scene and I wanted to make it more interactive! So I have done my own mannequin dressing game. I’m not sure if anyone would like to use… but if anyone does, I put the script template here!

It’s a dressing game which involves overlays and it’s tappable. But completely do-able!
If anyone would like to see the video on how it looks, (since I can’t post it here) message me on Instagram @zondiewriter or on here!

You HAVE to leave the credits on.

Template With Credit

Template

INT. (choose your background)
@zoom reset
@cut to zone 2
@CHARACTER spot 1.000 166 -296 in zone 2

    NARR (CHARACTER)
Which clothing should I choose?

readerMessage Follow @zondiewriter on Instagram! with messageTitle credit Mannequin Template :heart_eyes:

@overlay MANNEQUIN1 create
@overlay MANNEQUIN1 shifts to 180 -17 in zone 2
@overlay MANNEQUIN1 scales to 1.257 1.257
@overlay MANNEQUIN1 opacity 1 in 2

@overlay MANNEQUIN2 create
@overlay MANNEQUIN2 shifts to 58 33 in zone 2
@overlay MANNEQUIN2 scales to 1.257 1.257
@overlay MANNEQUIN2 opacity 1 in 2

@overlay MANNEQUIN3 create
@overlay MANNEQUIN3 shifts to 267 -17 in zone 1
@overlay MANNEQUIN3 scales to 1.257 1.257
@overlay MANNEQUIN3 opacity 1 in 2

@speechbubble is 169 141 to 100%

    NARR
Click the mannequin which clothing you like best.

label game

&overlay MANNEQUIN1 shifts to 180 -17 in zone 2 in 1
&overlay MANNEQUIN2 shifts to 58 33 in zone 2 in 1
&overlay MANNEQUIN3 shifts to 267 -17 in zone 1 in 1

tappable
“MANNEQUIN1” {

&overlay MANNEQUIN1 shifts to 1 -20 in zone 3 in 1
&overlay MANNEQUIN2 shifts to -164 -4 in 1
&overlay MANNEQUIN3 shifts to 125 -22 in 1
@CHARACTER walks to spot 1.000 162 143 in 2 AND CHARACTER does it while idle_happy_pose
@CHARACTER starts undress_top
@pause for 1
@CHARACTER is undress_bottom

@CHARACTER changes into Clothing_1

} “MANNEQUIN2” {

&overlay MANNEQUIN1 shifts to 1 -20 in zone 3 in 1
&overlay MANNEQUIN3 shifts to 125 -22 in 1
&overlay MANNEQUIN2 shifts to -164 -4 in 1

@CHARACTER walks to spot 1.000 162 143 in 2 AND CHARACTER does it while idle_happy_pose
@CHARACTER starts undress_top
@pause for 1
@CHARACTER is undress_bottom
@CHARACTER changes into Clothing_2

} “MANNEQUIN3” {

&overlay MANNEQUIN1 shifts to 1 -20 in zone 3 in 1
&overlay MANNEQUIN2 shifts to -164 -4 in 1
&overlay MANNEQUIN3 shifts to 125 -22 in 1
@CHARACTER walks to spot 1.000 162 143 in 2 AND CHARACTER does it while idle_happy_pose
@CHARACTER starts undress_top

@pause for 1

@CHARACTER is undress_bottom

@CHARACTER changes into Clothing_3

}

@CHARACTER starts flirt_wink_atcamera

    NARR
Is this what you want to wear?

choice “Yes!” {
goto label move_on

} “No, want to explore” {
@CHARACTER walks to spot 1.000 166 -296 in zone 2 in 2 AND CHARACTER does it while idle_happy_pose
goto label game

}

@pause for 3
@transition fade out black
label move_on

If you’d like to know how to create the mannequin overlay, let me know!

Also, if you tried this out, let me know what you think! :smiling_face_with_three_hearts::heart:

4 Likes

I’d love to see the video! I’ll dm you on insta!

1 Like

Hey! Okaii, hopefully, you like it :smiling_face_with_three_hearts:

1 Like

Bump

How about the mannequin??

I can create the overlay for you with the intended clothes

1 Like

Noice. I might need it in my story, (crediting you) I’ll let you know if I need it.

Happy Writing!

1 Like

Sure :))

1 Like

Likewise!

1 Like

Bump

Bump :))

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