Scope of variables saved in one file or tab and used in another.

edited October 2016 in Using Processing

I would like to save all my global variables and constants in a separate file. How do I make sure they will be visible to other files?

Tagged:

Answers

  • edited October 2016

    All ".pde" files are merged as 1 sketch before PDE compiles & runs them! L-)
    All ".pde" files are wrapped together as 1 PApplet class too. :ar!

Sign In or Register to comment.