ScratchData LogoScratchData
Back to ScratchinJoJo_Test's profile

Fixed Updating - fps independence

SCScratchinJoJo_Test•Created November 5, 2015
Fixed Updating - fps independence
2
1
13 views
View on Scratch

Instructions

Fixed updating is a technique for achieving frame rate independence. It limits the amount of updates on fast computers and it makes slower computers update multiple times at once. You have control of how much time you want in between of two frames (which I call the step time) For fixed updating you don't really need a delta time to multiply your change with, since there is (kinda) always the 'same amount' of time in between of two updates, but if you change your step time, the values that aren't multiplied with the step time will update faster/slower too.

Description

try turbo mode, the dot won't move faster

Project Details

Project ID86688728
CreatedNovember 5, 2015
Last ModifiedNovember 5, 2015
SharedNovember 5, 2015
Visibilityvisible
CommentsAllowed