Yes it is true. You have couple of alternatives 1: easier one, in new projects have sprites with the same name as in the old one, and then past objects from the the layout to new one. Same with events. 2. Complex: Save all map in arrays, export them on runtime, then include those files, load them to array trough ajax, then create objects from that array.