|
|||||
|
| How do I make a turtle do the same thing many times? | ||||||||
|
Method 1: Many Times (in the turtle's dialog box). See Bouncing Off Walls 1. Writing an instruction in the turtle's dialog box and setting it to many times has the same effect as forever [instruction]. Right-click on the turtle to open its dialog box.
![]()
Method 2: Use forever. See Squares 2.
Method 3: Use repeat. See Animate Me 1.
|
||||||||
| « Previous Menu Next » |