Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
I noticed Davo got the vector object in. Has anybody experimented with it yet?
If so care to share a little about its use?
I haven't looked .95 yet, but I'm very glad to see this.
I would love to know how to use it as well.
I wanna know too!
Develop games in your browser. Powerful, performant & highly capable.
Here's an example based off of David's discussion about vectors.
http://dl.dropbox.com/u/5426011/examples2/VectorExample.cap
made in 0.99.95
Whoa, that's a lot to take in. Thanks!
One question, I take it we can now use brackets to use an array in a pv?
I take it we can now use brackets to use an array in a pv?
yes it got fix in 0.99.95. the vector object is the main reason it got fix.
so it's a getter/setter for vector private variables, right?
[quote:2u9nlykn]so it's a getter/setter for vector private variables, right?
It mainly provides the ability to do math operations on vectors. You can set/get vectors in PVs without it.