Flash 9/AS3 scrolling engine, preview version
Here is a first version : http://gamesquid.com/TileSQUID/TileSQUID.zip
It has one type of layer implemented (TileLayer), and two types of tiles (Tile and SuperTile). Check the Game.as file to see how to work with it. This has an array with the map, but I plan to add support for at least one map editor (Tiled), which uses an xml format, so you'll be able to import your maps from external files. But that might take a while.
Keep in mind that it's the first thing I ever did in AS3 (not even a hello world before it), so there is definately room for improvement. There's also almost no comments in it, which I know is bad, but you'll have to live with that for now.
It doesn't compile when you set actionscript 3 to strict, I'm not sure if I should try to fix that or not.
And I know the example implementation sucks, just a few boxes.
Any comments?