ssjskipp's avatar
Yeah -- I need to play around a little more -- I was thinking of a user interface or something *shrug*...
wonderwhy-ER's avatar
Sadly there is not such thing as "mouse down" for such things... Also it is one thing to detect change but without ability to detect movement direction it is less useful too...
ssjskipp's avatar
That's true -- but I do have those points to detect motion. And I can do a sort of subdivide, as in start with one big detector box, when it picks something up subdivide it, and keep going until I hit N boxes, so I only focus on the areas of motion. Then, since I'm using a bunch of data to average out the points of motion, I can try to create a field or something with the direction.

As for "mouse down", it can be holding in an area while still moving. I'll return to this project and see what I can come up with.
wonderwhy-ER's avatar
I see, well good luck with that :) Will be interesting to see what more you come up with :)