Terrapin Resources

Ticking Clock

by russellwc@mountaireygroup.net

An animated analog ticking clock which uses the current system time to keep the clock current.

This project illustrates how simple concepts build on top of each other to build something useful, such as a clock. It also illustrates simple animation and a range of various commands, including using Logo to interact with system resources such as the built-in clock.

TickingClock.lgo


Procedure INTRO, RUNCLOCK, AUTHORINFO
Description An analog clock
Level Advanced
Tags Clock, TIME, Animation