Free Online Turtle Graphics : logointerpreter.com - Surf your logo code!
Turtle Graphics - Turtle Animation

[Index] [<< Previous section: Adding Shadow] [Next section: Drawing Text >>]

Animation is the process of creating a continuous motion and shape change illusion by means of the rapid display of a sequence of static images that minimally differ from each other.

wait milliseconds
Description: waits a number of milliseconds before executing the next command.
Test the following programs to better understand the wait command.
Example 1:
circle 100
wait 1000
fd 120
circle 50
Example 2:
repeat 10 [
   circle random 40
   wait 500
   print repcount
   cs
]

[Index] [<< Previous section: Adding Shadow] [Next section: Drawing Text >>]
  1. Turtle Graphics section's content: Go to top
Get the new 2023 ebook!
(Surf Your Logo Code! - author: Vlad TUDOR)
Online Turtle Graphics - a free and modern web-based logo interpreter
Create an account now! It's EASY and FREE. Learn Logo & Turtle Graphics!
Find us on facebook
Get social with us!
World Map
Check other turtles
around the world!
Need help?
Browse our
support topics
Logo reference
Learn about your
turtle's language