Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make inputs delay
- Manekusu
-
Scratcher
8 posts
How to make inputs delay
forever:
if <key [right arrow] pressed?> then
if <(turndelay) = [0]> then
turn cw (16) degrees
else
broadcast [turnlate]
end
end
end
when I receive [turnlate]
wait (turndelay) secs
turn cw (16) degrees
this doesn't work, how can i improve it
Last edited by Manekusu (Nov. 22, 2023 13:07:48)
- Discussion Forums
- » Help with Scripts
-
» How to make inputs delay


