Intro to Animation


Opener

Write two functions:


Animation Code

(define starter (rectangle 50 200 "solid" "purple"))
(define delay-time 3)
(big-bang starter
          (on-tick rotator delay-time)
          (on-draw middle-placer))

Animation Vocabulary


Paper Exercise I

  1. Write a tick handler.

  2. Write the big-bang.


Paper Exercise II

Write the tick handler


Class work

Exercises 6.4.2 and 6.4.3 (pdf page 106)

Bonus: 6.4.4

Homework

Read Section 6.3 (beginner mistakes)


Animation more vocab


You found the code!