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....
Hello! I realize this post is 3 years old, but any chance you can let me know how to check every 3-6 ticks instead of every tick? Is that done using dt in "Every X Seconds" vs a built-in event to calculate actual ticks? Let me know, thanks!
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.