Hi,
This one might be bit difficult. I wonder does anyone would have an idea how to make game recognize shapes or movement made using mouse pointer?
I found this site with a pretty good explanation on how to do it:
http://www.bytearray.org/?p=91
Here's my attempt at it:
http://dl.dropbox.com/u/5426011/examples3/gesture.cap made in 0.99.96
My implementation isn't complete since it only accepts exact mouse gestures. Ideally a gesture should be detected if it's close enough.
Develop games in your browser. Powerful, performant & highly capable.
I found this site with a pretty good explanation on how to do it: http://www.bytearray.org/?p=91 Here's my attempt at it: http://dl.dropbox.com/u/5426011/examples3/gesture.cap made in 0.99.96 My implementation isn't complete since it only accepts exact mouse gestures. Ideally a gesture should be detected if it's close enough.
Awesome! Thanks. Will do research on it.