Quote:1) what is 'super' (as in super.stop() in your code)? i couldn't find it in the Processing dictionary.
'super' refers to the class that this class extends. in this case, 'this class' refers to PApplet, processing's main class, which extends the class Applet.
so 'super.stop()' is calling the stop() method of the Applet class, which basically just says 'stop this applet'.
the only reason mark has this stop() function here is to override PApplet's version with one that prints the total number of frames saved. it's totally optional.
Quote:2) will this only allow me to play my frames in Quicktime, not actually save/export them?
without qtpro, you can't export. qtpro is cheap tho, i think it's like $50. and easy to get, there should be a 'register' or 'buy' option (or something like that) in Quicktime Player help.
another program you can use is After Effects. there are definitely others, maybe look on http://tucows.com (PC) or http://versiontracker.com (mac). can iMovie do this? i dunno...