Trouble with tappable overlays

Hello, it’s me… again hehe
I really need you to help me ):
Here is the script of my tappable overlays and I’m facing trouble when I pick one and it immediately goes to the next scene

How can I fix it? Do u Have any idea? ):

2 Likes

You have to make a tappable choice.

So instead of choice you’d put:

tappable

“Overlay Name” {
Stuff you need to happen
}

etc.

1 Like

There’s the tappable choice at the end of the image ):

1 Like

OH! I didn’t open the image :woman_facepalming:t2:. You have to name your choice. So like:

tappable (Name)

then you’d just put goto name.

I think. It might not work. I’m pretty new to this directing thing myself. :sweat_smile:

Wait. I’m wrong. You’d have to put a label before tappable I think. :thinking:
So:
label name
(the line of dialogue before)
tappable

Sorry my brain isn’t working apparently :woman_facepalming:t2:

1 Like

Thanks, I already did it and it didn’t work :frowning:

1 Like

The “goto” doesn’t need the @!

1 Like

I eliminated the “@”, however my labels couldn’t be played because the tappable mini game was part of a choice, so there were inside a pair of brackets. Or that’s what the script error said.

I already find a way to figure it out, thanks for your help :cupid:
I appreciate it so much! :star_struck:

1 Like

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