Desktop Animator (Part 2)
by Lee Calcraft

Running this application opens a window containing a red ball that bounces off the window edges. This program is from the second part of an article on displaying animations in Desktop windows.

The animation in this month's program is smoother. The new technique used is the SYS call "Wimp_UpdateWindow" to avoid clearing the window before drawing the ball. See the article in this month's magazine for more details.