sorry for the unclear title.
I have a map full of as3 files witha .fla file, and I want to make a second version of the game, but I don't want to use inheritance and such to create a new game, I simply want to copy the map to turn it into two identical maps with identical as3 files, and then change one of them a little bit.

but If i do so the as3 files will still reference to the same path.
Is there a solution for this?

Thank you.