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 & HelpPrograms › Splitting code
Page Index Toggle Pages: 1
Splitting code (Read 936 times)
Splitting code
Mar 29th, 2009, 6:20am
 
Hi all,

If my code becomes too long how can I splt the code into several pde files and still refernce the classes?

Thanks   Cheesy
Re: Splitting code
Reply #1 - Mar 29th, 2009, 7:30am
 
Just create a new tab (arrow that points right at the far right of the Processing editor).  It will create a new pde file in the directory.  Any pde files in your project directory are part of the project and can be called as if they were in a single pde file.
Re: Splitting code
Reply #2 - Mar 29th, 2009, 8:53am
 
thx  Wink
Page Index Toggle Pages: 1