Awesome work Scirra team! I think the next step should be bundling events to make custom Behaviours from within Construct itself, for fast re-use and share by the community for not so JavaScript-savvy devs like myself. That would be simply amazing.
Awesome Thanks! Awaiting the blog post to read some more about it.
I'm curious about the expression compiler. Does that work when previewing or just when exporting?
Providing a tool for users to create games where the majority like me have little or no understanding of coding or any real programming language, certainly adds to the Dunning-Kruger effect.
Anyway I think Ashley and the Scirra team are doing a great job of staying humble and explain things in layman terms if something is not working.
Awesome job guys! Keep it up!
Ah okay. Thanks. It was a bit confusing.
I think I found a bug with the plugin. an alias with multiple variables overwrites if they are same. For example:
var RectA = {
left: 10,
top: 10,
right: 30,
bottom: 30
};
var RectB = {
left: 20,
top: 20,
right: 50,
bottom: 50
Setting alias RectA.left writes to both RectA and RectB. The only way to get around that is to use RectA.left1 RectB.left2
Where can I find examples files on how to use this plugin?
Nice to see the multiplayer working flawlessly. I've been playing with my imaginary friend for hours.
Member since 2 Mar, 2014