12,297
edits
(Created page with " →* * Mouse Press. * * Saves one SVG of the contents of the display window * each time the mouse is pressed.: import processing.svg.*; boolean saveOneFrame = fal...") |
No edit summary |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="javaScript"> | |||
/** | |||
* Saves one SVG of the contents of the display window | * Saves one SVG of the contents of the display window | ||
* each time the mouse is pressed. | * each time the mouse is pressed. | ||
Line 38: | Line 39: | ||
filenumber = filenumber +1; | filenumber = filenumber +1; | ||
} | } | ||
</syntaxhighlight> |