We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Re: loops and variables
Page Index Toggle Pages: 1
Re: loops and variables? (Read 367 times)
Re: loops and variables?
Jul 12th, 2008, 3:25am
 
Quote:
I can't put them in the setup() call because it doesn't remember them.

Declare them as global variables, and set them up in setup. Just like you did with font.
Page Index Toggle Pages: 1