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 4:
-
-
@bonemap said:
Apologies file upload/download does not appear to be working!
I just tested and it's working for me.
-
Thanks for checking - however, I have been unable to upload a 5mb .zip file. Is it because it is too big?
-
@bonemap said:
Is it because it is too big?
Yes. I just checked the settings in the backend and the max upload size is 4mb.
-