C2 Construct 2/3 Misc Detect when your desktop game window loses focus C2 dop2000February 16, 2020August 8, 2021 It's always a good idea to pause your game when it loses focus. This example shows how to do this. (more…) Share
C2 C3 Construct 2/3 Text Simple stopwatch C3/C2 dop2000February 16, 2020August 8, 2021 This tiny project demonstrates how to create a simple timer/stopwatch, and how to format the time in HH:MM:SS.ms format (more…) Share
Arrays / Dictionaries / Data C2 Construct 2/3 Misc Protect sensitive data in your game from cheaters and hackers C2 dop2000February 16, 2020August 8, 2021 We don't like cheaters. Especially those who use automated hacking tools to put them at the top of the high score list, add infinite lives, coins etc. This demo shows... Share