How do you restart time for new level on scratch?

1 answer

Answer

1172452

2026-08-01 20:35

+ Follow

To restart the timer for a new level in Scratch, you can set up a variable to track the time. When the player progresses to a new level, you would reset this variable to zero. You can do this by using the "set [variable] to [0]" block in your code when the level changes. Make sure to also start a new timer using the "start timer" block if you have one.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.