I recently started work on a new project, which began as an Orthographic game. However during the course of development, I decided I wanted it to be Isometric....
Hi there, I did it with seconds - but there also is the more fancy tickcount operator (see construct.net/en/tutorials/tickcount-trick-2285).
Construct does 60 ticks a second, so every 0.1 seconds would equal to every 6 ticks.
Wow, thanks for your reply so quickly! Digging into this right now, I deeply appreciate you.