Creating a user initiated trigger
-
I'm looking to make a sliding puzzle that uses videos diced into 9 equal pieces. So far, my main roadblock is configuring the right actors to trigger a selection/button that users can interact with using motion tracking within the patch to move pieces. I'm a beginner, so any advice is welcome!
-
It would be a good idea to prototype this interactive ‘puzzle’ using the Mouse Watcher module. This provides a direct way to manipulate the position input of your video elements.
An option for dividing your nine segments of video is using nine Crop and Shape modules. You would then need to calculate through a system to compare the where each element is in 2d space.