Reader moving overlays

You might be talking about panning during a tappable overlay sequence?

The simple code for that is:

tappable [pan:1:3] "OVERLAYNAME" {


} "OVERLAYNAME" {


}

There’s more information on it here: A Basic Guide to Tappable Overlays

3 Likes