Not really - most browsers reduce the game to 1 frame per second for inactive tabs, and Construct 2 just pauses the game in that case to prevent games proceeding while the user is not looking at the game. You could use the Browser object's 'On suspended' and 'On resumed' events to detect this happening and work out how long has passed since suspending.