Tappable Overlay & Remembering

Can you use if, then statements with tappable choices? If not any alternatives?

12

@Dara.Amarie @EtherealWitch

Yes but you would need to use gains, not the overlay names.

I did, still didn’t register.

Try this

tappable
“DOTTI” {
gain dotti
@overlay PINKLINE_2 shifts to 141 152 in zone 1 using easein
@overlay PINKLINE_2 scales to 0.189 0.189 using easein
@overlay PINKLINE_2 moves to layer 6
@overlay PINKLINE_2 rotates 85 anchor point 0.5 0.5 in 0
} “DOTTI_8” {
gain dotti_8
@overlay PINKLINE shifts to 112 175 in zone 1 using easein
@overlay PINKLINE scales to 0.189 0.189 using easein
@overlay PINKLINE moves to layer 6
@overlay PINKLINE rotates -3 anchor point 0.5 0.5 in 0
}

if (dotti) {
goto tap_choice
}
if (dotti_8) {
#all the zooms here
}

1 Like

I tried it in different ways and none of them work. I’ll figure it out.

Have you always clicked the tappable when previewing?

1 Like

Yup, for someone reason it doesn’t work on my phone, but it does on the web previewer. So, I’m going to complete it and send the link later.

On your phone, you have to toggle between your gains or reset story progress. Read more about that here.

2 Likes

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