Skin it is an addon I released in the Scirra store a while back, but I've made some new bug fixes to it and I think this should be the final release for it. Con...
Example file publicly available (for free, for everyone) on my Patreon: This example was requested to me by toto_e, a fellow Construct user, and was inspired by...
We've used tickcount%n = 0 to save n times the performance, but what happens if we use tickcount%n = 1? Each frame can process as much things as the CPU allows....
The best way to write efficient code is to mix up all of these options. One trick alone will not save you from the laggy mess that you've written. Try to use as...
As I said, the Eleanor trick is very specific, and might not work for everyone. Thankfully, C3 has had a few new features that arrived since that trick was disc...
The Eleanor trick (or the Eleanor) is a trick first discovered and explained by Eleanor: She used it for her game Strawberry Punch, and has decided to widely sh...
Ok now we're getting into the serious stuff, the meat, the juice, the gold, the real deal, the thing . This is the single most important trick for easily gainin...
Wake up sheeple , Construct is FOOLING YOU . Programming doesn't work the way Construct wants you to believe. It actually does some super shady stuff behind the...
Loops are very important in programming. They do stuff. They're cool. Loops have a finite number of iterations. Because nothing is infinite within the physical...
Once that is done, read this too: Most of the time beginners encounter performance issues, it's an easy fix and is mainly due to a lack of understanding of how...
If you've ever worked on big programming projects using modern languages before, you probably know what these mean, and save yourself some time: Skip ahead. If...
In C3 we now have the option to subclass objects. This essentially means writing a class that extends an object class and will allow us to add custom code to th...
Member since 3 Aug, 2015
Sometimes I do some cool stuff in Construct. Sometimes I like to talk about it.