Discuss Scratch

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)

meonguy1
Scratcher
82 posts

How to make inputs delay

wait what are you trying to achieve exactly?
meonguy1
Scratcher
82 posts

How to make inputs delay


because here it appears to be working

Powered by DjangoBB