Tappable overlays only letting me tap on one of the overlays

I wanted to let the reader tap on the costume they wanted to wear but when I test it in the app it’s only letting me tap on the devil one. If you have any idea why this is please let me know.

label dressing_game
INT. PINK STARS
@overlay ANGEL OVERLAY create
@overlay ANGEL OVERLAY opacity 1
@overlay DEVIL create
@overlay DEVIL opacity 1
@overlay CAT create
@overlay CAT opacity 1
@overlay 5550434110930944_CAT shifts to -96 -33
@overlay 5550434110930944_CAT scales to 1.000 1.000
@overlay 5550434110930944_DEVIL shifts to -2 -81
@overlay 5550434110930944_DEVIL scales to 1.000 1.000
@overlay 5550434110930944_ANGEL OVERLAY shifts to 97 -24
@overlay 5550434110930944_ANGEL OVERLAY scales to 1.000 1.000
NARRATOR
Tap on the costume you want to wear.
tappable
“CAT”{
INT. DRESSING ROOM - DAY
@MEGAN spot 1.280 210 0
@MEGAN faces right
@MEGAN starts talk_armscrossed_neutral_loop
@TIANA spot 1.280 282 0
@TIANA faces left
@TIANA starts listen_nod_neutral_loop
@RENEE spot 1.280 40 0
@RENEE faces right
@NATALIE spot 1.280 124 0
@NATALIE faces left
@ANGIE spot 1.280 55 0 in zone 2
@ANGIE faces right
@YOU spot 1.280 162 0 in zone 2
@YOU faces right
@DIANA spot 1.280 270 0 in zone 2
@DIANA faces left
@cut to zone 2
@zoom on 461 264 to 156% in 0
@YOU starts dustoff_neutral_loop
@YOU changes into MANNEQUIN 1_default

}
“DEVIL”{
INT. DRESSING ROOM - DAY
@MEGAN spot 1.280 210 0
@MEGAN faces right
@MEGAN starts talk_armscrossed_neutral_loop
@TIANA spot 1.280 282 0
@TIANA faces left
@TIANA starts listen_nod_neutral_loop
@RENEE spot 1.280 40 0
@RENEE faces right
@NATALIE spot 1.280 124 0
@NATALIE faces left
@ANGIE spot 1.280 55 0 in zone 2
@ANGIE faces right
@YOU spot 1.280 162 0 in zone 2
@YOU faces right
@DIANA spot 1.280 270 0 in zone 2
@DIANA faces left
@cut to zone 2
@zoom on 461 264 to 156% in 0
@YOU starts dustoff_neutral_loop
@YOU changes into MANNEQUIN 2_default
}
“ANGEL”{
INT. DRESSING ROOM - DAY
@MEGAN spot 1.280 210 0
@MEGAN faces right
@MEGAN starts talk_armscrossed_neutral_loop
@TIANA spot 1.280 282 0
@TIANA faces left
@TIANA starts listen_nod_neutral_loop
@RENEE spot 1.280 40 0
@RENEE faces right
@NATALIE spot 1.280 124 0
@NATALIE faces left
@ANGIE spot 1.280 55 0 in zone 2
@ANGIE faces right
@YOU spot 1.280 162 0 in zone 2
@YOU faces right
@DIANA spot 1.280 270 0 in zone 2
@DIANA faces left
@cut to zone 2
@zoom on 461 264 to 156% in 0
@YOU starts dustoff_neutral_loop
@YOU changes into MANNEQUIN 3_default

}
YOU (think_rubchin)
(Shall I wear this or try something else?)

choice
“Wear this outfit.”{

    YOU (idle_headbob_neutral_loop)
(This is perfect!)

}
“Try something else.”{
@zoom reset
goto dressing_game

}

How big are the overlays? The canvas (the white dashes lines around the overlay) cannot overlap each other otherwise you’ll only be able to tap on the one at the highest layer.

1 Like

They are kind of overlapping each other. Should I make them smaller?

2 Likes

Yes just enough so they aren’t overlapping and it should work :slight_smile:

Please make sure to let us know if this worked. Thanks!

1 Like

I made them significantly smaller and it seems to still only be letting me tapping on the devil costume.

Should I try putting them all on the same line?

I have this format in one of my episodes, I don’t know if it’ll make a difference but worth a try!
tappable “OL1”{
Scene here
}“OL2”{
Scene here
}“OL3”{
Scene here
}

So they’re on the same line. Try it and let me know :slight_smile:

I actually realized that they were still overlapping because size of the image was too big, thank you for your help!

1 Like

Oh that’s okay then! Glad it’s working now :slight_smile:

1 Like

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