Stage Mouse Watcher Element Placeholder
-
yep @DusX is right, -50 and +50 is the scaling values you have to set.
By the way, you can also use the left mouse down and up trigger instead of pressing the ctl key. just trigger a "gate" actor on and off and let the possition values pass through the gates.Best
Michel -
Thank you guys,
I am not quite sure I know where find or to enter the proper values, so I´ve been unable to change this. What ever I did, I just made it worst.Any detailed help is appreciated. tks! -
Changing the scaling is done when you click the white text; then the MIN and MAX can be changed (in most cases).
Scaling is one of the fundamentals of Isadora. Once you do it a few times it becomes second nature.Part 1: https://www.youtube.com/watch?v=yoPw9c4XZCgPart 2: https://www.youtube.com/watch?v=_GEpgHlvgSo![](http://troikatronix.com/troikatronixforum/uploads/FileUpload/16/801259-screen-shot-2014-06-17-at-08.10.08.png) -
I got it fixed by changing projector horz pos and vert pos to Min:-50 Max:50.Thank you guys. -
Another question concerning the "Stage Mouse Watcher".
I don´t wish to use a modifier to turn/toggle watching on/off.I will be running my show on a touch screen environment - no iPads, OSC or Kinect. Still, I´ll be using my hands to control interactivity, directly over screen. So, I have no problems about leaving 'watching' on for all times, since I will only interact with my visual at a certain range from the screen. That´s allright.Still, I have this interactive issue wich I will explain using a 3D model example:Loaded 3D player and the Cube.3ds file provided with Isadora;Positioned the Cube well centered on stage;Loaded "Stage Mouse Watcher" and set it like that: moving X >> rotate cube X; moving Y >> rotate cube Y; Works beautifully.There it comes...But now I disable watching using a modifier or just step away from the screen (hands far from range sensors).Whenever I come back with my hands or use the modifier again, the object promptly resets to a certain rotation, according to the new and imediate watching coordinates. Are you following me? I don´t wish that to happen.So... is there a way to set certain functions on mouse watcher not to use absolute coordinates? I want them to be relative to the object itself and not absolute to the whole stage.Thanks a lot!!!Paulo -
Continuing explanation.... I rotated the cube horiz 90 degress and as I move mouse away from the cube it keeps rotating.
Now I want to bring mouse/hands back close to the cube (over it) to give it another pull to rotate it further. When I do it, it resets almost the previous rotation because of the absolute coordinates, while I wanted to keep the already rotated value and add more.Paulo -
thats something you have to do with maths, for example with calculator actors.
Best
Michel -
Thanks Michel.
Is there a way to enable/disable the "Stage Mouse Watcher" to a specific movie by selecting/pressing mouse button on it?Again, thanks.Paulo -
You can do that with comparator and gate actors. See image.
You type the number of the movie in the "Absolute Value" actor, that passes it to the movie player and the comperator actors. So if the number maches the trigger values trigger stage one and if it doesn't match it triggers stage 6. This works if you don't have 6 stages active :-)Best
Michel
-
I´ll try that. Thanks a lot!