I am sure there is heaps of posts on this but after looking through them all, nothing actually helps me.
In my story I have a character who has a choice of doing two shows, a reality show and a dating show, I have two logos for each show that are tappable choices. At the end of one episode, I gave the reader the opportunity to pick which one they want to do, whatever they pick will start in the next episode.
So now I am using the if/elif/else code. I am following @Dara.Amarie script for “Remember a Choice” but obviously trying to use the tappable overlays with it. This is where I am stuck,
Okay well I didn’t get that far because I was unsure but if I did I was going to put;
if (tappable overlay name?){ #story goes here
}else (tappable overlay name?){ #story goes here
}
I think you could use gains as well to do something like this but I’m not completely familiar with them so yeah, also when you use this code, I don’t think it’ll work on the web previewer but it should work on the app, hope this helps