Block below (run without screen refresh ticked):How about:
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
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