hi there,
I'm working with several PFrames and several PApplets connected with the different frames.
now I am stopping some of the programs inside the PApplets by adressing them from another one and telling them noLoop()
Nice Effect for I can block Inputs to them, stop all animations but still display them.
adressing the PApplets that i constructed myself seems pretty easy via NameOfTheApplet.noLoop()
But: I dont get a clue if and how I can adress the PApplet of the main window from outside. Can I do that without crashing all others? And if: how would I adress it?
the base code is like the one posted in this thread:
http://forum.processing.org/topic/one-draw-different-frames-monitors#25080000001974219
In it I adress the Applets like e.g. "ZWEI.noloop();"
1