Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.