Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Jittery delta time
- grkw2020
-
100+ posts
Jittery delta time
I'm making a game in the turbowarp editor. I have 60 FPS mode enabled, and the game uses delta time to keep things smooth at all framerates. However, the game seems to jitter slightly every half second or so. Does anyone know what I can do to prevent this?
- StarWalker600
-
100+ posts
Jittery delta time
can you give the link to the project?? I'm making a game in the turbowarp editor. I have 60 FPS mode enabled, and the game uses delta time to keep things smooth at all framerates. However, the game seems to jitter slightly every half second or so. Does anyone know what I can do to prevent this?
- No_Normal
-
100+ posts
Jittery delta time
Have you ruled out lag? That could drop the framerate. Make sure that you reset the timer right after grabbing the delta time, to reduce risk of possible empty spaces.
- Discussion Forums
- » Help with Scripts
-
» Jittery delta time