Project: Paper2D

,

Flipbooks don’t have any collision themselves, so things like touch events won’t work on them by default. An invisible sprite or box component set to block visibility traces (default channel used for touch queries) should both work fine.

Cheers,