I recently needed a quick little game for sick child, and it had to be an .exe. So I downloaded Construct Classic to punch it out. I NEVER expected to go into retro land as I had to look up some simple things that changed now that we have moved to C2. For example:
Construct Classic
System Set Global varible 'ResultNumber' to
floor(Random(global('MyRandomNumber')))+1
Construct 2:
System Set ResultNumber to
floor(Random(MyRandomNumber))+1
How quickly we adapted to the differences in C2!
Has anyone else found it harder to go back to Construct Classic? And I would love to see an .exe for C2 some day.