i’m making a tileset based game. currently i already have a working version that streams individual tiles when needed to build the map. i’d like to change this however.
i’ve now made a single tileset.swf file in which each frame is a different tile (this also allows me to use transparency now). what i’d like to do is load the movie into my game ONCE… and then make MANY copies of it, so that i dont have reload the set over and over. how could i do this so that i would just have to put the copied tileset in different locations and set the frame so it shows the corresponding tile?