Quick summary: What is delta time? - Delta time is the amount of time passed between each frame, or the time it took for the program to execute everything that frame. What's the problem? - Some Scratch projects can have players moving at much different speeds when a different framerate, turbo mode, or lag is involved. How can delta time fix this? - Multiply the changing values by delta time