Hi.
I would like to know how it can be done that after 5 minutes of not touching the screen a moving image appears and when they touch the screen the image disappears.
Add the following action:
Change document.inactivity > 3
to document.inactivity > 300
to show after 5 minutes (300 sec)
Keep in mind that inactivity depends not only on touch, but also on mouse move.
See the example inactivity_image.pma (1.2 MB)