Hi everybody, I've searched a lot but didn't find a solution for my problem.
I'm writing an interface for a -processingsketch,
the interface makes you draw something on the sketch and, by pushing a save button, it's make you save a .pde file containing all the commands to rebuild what you've drawn with the interface.
So far, all it's working.
My problem is, how can I execute this commands saved (somewhere in the pc) to rebuild the saved sketches?
It's a common "new file/save file/load file" interaction.
ideas?
1