Processing.js for JavaScript Devs: Difference between revisions

Jump to navigation Jump to search
Line 251: Line 251:
       function switchSketchState(on) {
       function switchSketchState(on) {
         if (!processingInstance) {
         if (!processingInstance) {
           processingInstance = Processing.getInstanceById(sketch);
           processingInstance = Processing.getInstanceById('sketch');
         }
         }


Confirmed users
656

edits

Navigation menu