Help :( tappable/panning overlays!

so I’m getting the error: unexpected tap event: tappable. (also the pink star is meant to be unseen it’s on top od the picture) but I can’t even get a preview.

INT.MM18T
@zoom reset
&overlay PINKSTAR create

readerMessage Drag around the screen to read the newspaper! Tap the picture when done! readerTitlePt.1 of newspaper.

label MM18T
@cut to zone 2
tappable [pan:1:2]
“MM18”

tappable
“PINKSTAR” {
NARR
All done?

choice “Yep!” {

} “Wait,no!” {
goto MM18T
}

1 Like

I think you missed a bracket.

There was a “tappable” that shouldn’t have been there and some brackets missing

That fixed it! Thank you!

1 Like

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