<%@ Page Language="C#" MasterPageFile="~/8bitMasterPage.master" AutoEventWireup="true" CodeFile="blog20070824.aspx.cs" Inherits="download_blog20070824_blog20070824" Title="Flash CS3: Actionscript 3 (AS3) Game Primer #1: Tile Maps, XML, and bitmapData." %>
TileMapExample.swf.swf (2007)
Flash CS3: Actionscript 3 (AS3) Game Primer #1: Tile Maps, XML, and bitmapData.

There isn't much to interact with, but this example loads in an xml file with map tile data,
and a .png file of tiles. It creates the described map on the screen with bitmapData in AS3.


All the source files