FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Abridged (A-Z) \ Complete (A-Z)  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Name  

online

   
Examples  
if(online) {  // of "if (online == true)" 
  ellipse(50, 50, 60, 60); 
} else { 
  line(0, 0, 100, 100); 
  line(100, 0, 0, 100); 
} 

Description   Confirms if a Processing program is running inside a web browser. This variable is "true" if the program is online and "false" if not.
   
Syntax  
online
   
Usage   Web
   
 
 






   
 
Updated: Fri Jul 15 16:35:54 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info