Search

Saturday, October 3, 2020

Making Scratch Projects :: Help With Scripts :: Shadow Failed...

mlcreater :

wd4q5dy wrote:

Block below (run without screen refresh ticked):
define Draw
repeat (360)
turn cw (1) degrees
pen down
repeat until <<touching [edge v] ?> or <touching [mouse-pointer v] ?>>
move (5) steps
end
pen up
go to [mouse-pointer v]
end
How about:

define Draw
repeat (120) // less turns
pen down
repeat until <<touching [Ball v]> or <touching [edge v]>>
move (15) steps // less jumps
end
turn @turnRight (3) degrees // bigger turns
pen up
go to [mouse-pointer v]
end


from Latest posts on Help With Scripts https://ift.tt/2SqWb8B

No comments:

Post a Comment