Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I know that in Every Tick, dt will be 1 second.
But how use Every second condition or Wait X seconds action as Frame Independence?
They are already framerate independent. It doesn't matter how many frames pass in a second, they just run after a certain number of seconds.
Ok, I'm question cause when my project was running at 10 fps (problems with scale rate), the "Every 1 second" conditions delayed so much.
Develop games in your browser. Powerful, performant & highly capable.
because when your performance dips below 10 , everything becomes slower and the actions are delayed as you are experiencing ...
If the game runs *below* 10 FPS, it will start slowing down. At or above 10 FPS it should still run every 1 second if the event says every 1 second. If that's not happening for some reason, share an example.