Reader moving overlays

How do you let the reader drag an overlay on the screen?

I don’t think we can do that yet.

How about when they drag the background on the screen? I thought that was using overlays?

2 Likes

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