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_
   Bugs
   Website, Reference, Example Bugs
(Moderator: REAS)
   typos/cut&paste stuff on actionscript //minor thin
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: typos/cut&paste stuff on actionscript //minor thin  (Read 314 times)
pollux

WWW Email
typos/cut&paste stuff on actionscript //minor thin
« on: Oct 3rd, 2003, 7:58am »

actionscript:control:6:
says
if c >= 1:  
  # Statements
 
should say:
if(c >= 1) {
  // Statements
}
 
 
 

pollux | www.frwrd.net
Pages: 1 

« Previous topic | Next topic »