FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Tools
(Moderator: REAS)
   breakpoint animation
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: breakpoint animation  (Read 562 times)
pix


breakpoint animation
« on: Jan 10th, 2004, 11:19am »

here is a little example of doing breakpoint based animation in processing. breakpoints are a (somewhat primitive) way of programming the way that a value should change over time, often used in crusty audio programming languages but you can just as easily use them to control positions, colors, sizes, anything in processing.
 
the output of the applet isn't especially interesting, but the code should be useful for making "scripted" animations.
 
http://pix.test.at/java/proce55ing/breakpoint.html
 
Pages: 1 

« Previous topic | Next topic »