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?
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” {
…
}
I have to do this so many times, dang. I think I’ll block it off if you’re going the wrong way.
If you need any help with writing the code pm me - even if it’s a long boring code, I love doing them!
I’ll ask you to test out this scene for me later
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.