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 Zoomer modules. You would then need to calculate through a programmed system to compare where each element is in 2d space.
Here is a demonstration patch of a 9-tile segment game made in Isadora 3.2.6: