JMSL Animation using MusicJobs
This applet demonstrates using a MusicJob to repaint a drawing surface at a constant rate. This implements
a simple Animation class.
Other MusicJobs act as "scripts", each of whom are responsible for changing a character's
position over time.
The Scripts also play JSyn instruments and make sound as their characters move around.
A ParallelCollection containing the Animation and two scripts is launched.
Thanks to Daniel Howe for suggesting this example.
This applet uses pure Java JSyn (no plug-in required)
Examine the source for this applet and its superclass
source code 1 (superclass)
source code 2 (this applet, extends source 1)
JMSL Examples
* (C) 2005 Nick Didkovsky , all rights reserved