I would say I am an intermediate level coder in processing. I have made a multilevel game in processing. and they work fine individually. But now i need to combine it all in a single program. And i dont know how to do it because each of my level has a setup block and a draw block. But when I combine the program I dont want to put all the setup part in ONE big setup block. Is there a way to reload variables once after each level is over?