PNG sequence playback based on the position of the mouse

Hello!

I would like to ask how to control the playback of a PNG sequence based on the position of the mouse (by holding down the left button and dragging). My project requires dragging a 3D model on a touchscreen, which recognizes a finger as a mouse. I plan to render the 3D model using PNGs to create a 360° sequence of frames around it.
I want the PNG sequence to play forward when the mouse is dragged to the left, and to play backward when the mouse is dragged to the right.

Thanks a lot!

Hello,
– a container Comp and a pannel Chop on ‘u’ channel to retrieve left mouse
– a math Chop to calibrate the mouse move to the sequence
– a moviefilein Top with ‘cue’ parameter on
– link the math Chop out channel to the moviefilein cuepoint parameter
moveMovie.toe (3.8 KB)
Capture d’écran 2024-04-01 à 08.13.20

1 Like

Thank you! I will try and learn from your project files. Thank you for your help!