Hi,
Sorry for all the Flash9 questions :)
I'm working on a tile based scrolling engine in AS3. Is it safe to just create all the movieclips for all the tiles up front, and only add them to the correct layers with Addchild when visible? Or will they slow down my engine even when they are not added to the DisplayObjectContainer? I suppose they would take up some ram, but I'm not sure how much of a problem this would be.
Any insight would be greatly appreciated.
