I've been too busy with school to work on it, so I've released the source to the current version of AGRS. Just download it from GMBase, the source is in the zip.
For those of you who don't know, Advanced Gesture Recognition System is an extension I made that lets you draw shapes with the mouse and then tells you what shape you drew. You can add your own shapes, set how much variation you want to allow, and get how successful the user was in drawing the shape. Similar to the system used in Black and White, but no realtime recognition.
It loops through all enabled shapes. So it would compare the gesture points to the rectangle, then the circle. Whichever one had the lowest scaled value is the winner. If this value doesn't meet the cutoff requirement, no shape wins.
ahh… I see.
I download gm6 example but I'm not sure how to call the scripts properly. So I not test. do you have example of this in action?Download it again. The file "gesture52.gmk" is an example of it in action.