I have a question about .swf and code reuse.
My .fla has four classes .A Main class , a class that makes a grid (GridMaker class), a class that deals with arrays .and a class that deals with textFields.
I , with these classes have constructed a crossword style game.
The code compiles without error .It generates an .swf file that works as it is designed to.
I would like to save the published .swf in folder and reuse the existing code to generate another crossword. I obviously would change the clues as well as alter the grid when making the new puzzle.
Is this possible? Or does the existing puzzle (.swf) depend on the code that I have written.
I have a limited knowledge about writing code in classes and how it all works
Thanks for your time