Discuss Scratch

Ottsie
Scratcher
6 posts

lower FPS

i have a piece of code but it runs too fast and i need it to run at around 32 FPS (it runs at 550+ FPS)
the
wait (1) secs
block does not work
(if the block up there does not work, sorry, this is my 1/2 post)
awesome-llama
Scratcher
1000+ posts

lower FPS

The wait block should work to slow down a loop. Try 0 seconds too.
wait (0) secs // treated as wait 1 frame (~1/30 sec)

It's a good idea if you provide a link to the project you are having trouble with. That way others can debug it much easier.

Last edited by awesome-llama (Sept. 29, 2021 17:58:52)



Ottsie
Scratcher
6 posts

lower FPS

thanks, and i haven't shared my project yet so i don't really want to post the link

Powered by DjangoBB