I have a container that i fill with over 100 different 16x16 tiles.
I was wondering what would be better on performance. Having the conainer contain 16x16 movieclips, or 16x16 Bitmaps.
I currently am using the bitmap method, but my computer is higher end and I don’t notice the difference. I’m assuming Bitmaps would be better.
ALSO
Is there a way to mask the tiles that aren’t on the screen?