How do I make a turtle change shape while it is not moving?
Method 1: You can make several modified copies of a shape and alternate between them. Use setshape. See Animate Me 1.
to spin
setsh "arrow1 run text1
setsh "arrow2 run text1
setsh "arrow3 run text1
setsh "arrow4 run text1
setsh "arrow5 run text1
setsh "arrow6 run text1
setsh "arrow7 run text1
setsh "arrow8 run text1
end
The spin button is set to many times.
Run text1 will run whatever is in the textbox. Write your own command! Try wait 1 or other inputs.