Draw Line in 2D to show Movement of XY Pad
Hey, I'm trying to enable the user to draw a line and then have the Slider of a XY Pad follow this Line in a 2D-Space when triggered.
I managed to do it by sending the LCD Output with a Metro to a Coll Object. But the problem here is that if the user moves slower or faster while writing the movement it's played back the same.
I would like that the used can Edit the Way like in the Function Object. Does anybody have an idea how to achieve this or some examples in to realize this in Jitter?
Something like this ?
Hey Nat! Thanks for your reply. Yeah the idea is right, but the problem with Multislider is that I'm looking for a solution where you could have multiple points on the same location on the x-axis.
Something like in the new Animoog App for the iPad, that would be a good example.
[mgraphics]?
thanks yaninki, that seems like the way to go!
is it possible to combine the mgraphics with some jit.gl objects in the same jit.pwindow?
I'd use jit.gl.sketch for that, although it does take a little more work to handle.
Thanks Wetterberg! jit.gl.sketch seems like the right way to go and I can combine it easily with the gridshape objects.