> I'm a coder, and an old school one too.
> My first project in C2 was full of arrays, matrix, for loops, bunch of variables just because I was using it just as another programming language, not as the instrument it was meant to be.
> More and more I was going in developing it, I kept asking "it is possible it isn't a better way to do it with behaviours/plugins?" and the 99% of the time the answer was "yes"; I've never finished the project in the way I thought at the start and I'm completely rewriting it in a more "Construct's way".
Oh, this is very nice to know from someone with more coding experience. Glad to know someone sees it my way.
I can't code, I'm horrible at it and never liked to (I finished a C# course anyways, code a couple small games), so I'm using Behaviours and Plugins as much as I can, in fact, I try to reduce the Events and Objects as much as possible.
I already optimized my first project a LOT by doing all this, and will apply to all my future projects.
Thanks for your opinion.