My tappable overlays are not working

Hi guys I made this script and I want to be able to have readers click start, skip, or recap. However the overlays aren’t tappable. It says I have 0 errors . So if you know what I did wrong I would really appreciate the help! ( :
This is my first time even attempting tappable overlays so I could be like way wrong.

Here is the script:

@overlay START-WHITE-NEON-01 create
@overlay START-WHITE-NEON-01 opacity 1 in 1

@overlay RECAP-WHITE-NEON-01 create
@overlay RECAP-WHITE-NEON-01 opacity 1 in 1

@overlay SKIP-WHITE-NEON-01 create
@overlay SKIP-WHITE-NEON-01 opacity 1 in 1

tappable
“START-WHITE-NEON-01_1” {

    NARRATOR
    You tapped on start.

}“RECAP-WHITE-NEON-01_2” {
NARRATOR
You tapped on recap.

}“SKIP-WHITE-NEON-01_3” {

    NARRATOR
    You tapped on skip.

}

    NARRATOR
    Tappable script finished.
2 Likes

Hey are your ols by any chance overlapping ?

1 Like

You haven’t called the overlays correctly in your choices!

Try this:

@overlay START-WHITE-NEON-01 create
@overlay START-WHITE-NEON-01 opacity 1 in 1

@overlay RECAP-WHITE-NEON-01 create
@overlay RECAP-WHITE-NEON-01 opacity 1 in 1

@overlay SKIP-WHITE-NEON-01 create
@overlay SKIP-WHITE-NEON-01 opacity 1 in 1

tappable
“START-WHITE-NEON-01”{

    NARRATOR
    You tapped on start.

}“RECAP-WHITE-NEON-01”{
NARRATOR
You tapped on recap.

}“SKIP-WHITE-NEON-01”{

    NARRATOR
    You tapped on skip.
}

    NARRATOR
    Tappable script finished.

The tappable have to be called exactly like the overlay.

3 Likes

I think they may be or like the transparent background of it is, so I may need to fix that thank you!

I’ll give this a try in a few thank you so much! I was trying to follow the Dara Amarie guide thing she had but got a little confused. :sweat_smile:

1 Like

That’s why you can always ask someone here for more help! :smiling_face_with_three_hearts:
Lemme know if it changed something!

1 Like

If u can’t figure it out just send me the bg and ols ur wanting and I can try to help you out @KenziRae.epi

1 Like

Alright thank you so much, I really appreciate the help!:heart:

1 Like

Sorry for not responding! I really appreciated your help. It appears my overlays were like covering the whole screen or something. It’s fixed now thank goodness! :heart::heart:

1 Like

Oh, okay!
Hope your story will turn out like you expected. :green_heart:

1 Like

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