Construct 3 r424

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Sorry, newbie question but what is the 'wallclockdt expression' and 'dt without timescaling' and how does it help with things like keeping time while paused?

    • There are various ways to measure time in Construct. The wall clock is the time that is not impacted by the time scale. 'dt without timescaling' is obviously the same.

      Usually, when people pause a game, they set the time scale to 0. The two options you mentioned won't be affected by this.

      If you don't understand what time scale is, the online manuals and documentation for Construct are fantastic, check them out!