Tappable Overlay Question

How do you get tabbable overlays to go to another tappable?

I’m using the tapbbale as a connect the dots on a grid scenario. After pressing one dot, how do I give access to tap another dot afterwards? Should I use If commands?

Using labels, for example:

tappable
“OVERLAY1” {
goto tap_choice
}

label tap_choice
tappable
“OVERLAY2” {

}

1 Like

I have to do this so many times, dang. I think I’ll block it off if you’re going the wrong way.

1 Like

If you need any help with writing the code pm me - even if it’s a long boring code, I love doing them!

1 Like

I’ll ask you to test out this scene for me later :open_mouth:

1 Like

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