Tile-based maps in AS3
Posted
by
Ashley
on Game Development
See other posts from Game Development
or by Ashley
Published on 2012-12-13T08:26:29Z
Indexed on
2012/12/13
11:21 UTC
Read the original article
Hit count: 417
I want to make a tile-based platformer in AS3.
I want my game to read an external maps file (in xml or json or somethimg similar) to draw a tile-based map.
I've seen loads of tutorials for this in AS2 and other languages, and the few I've found in AS3 are either incomplete or filled with extra unnecessary features. I just want to be able to draw a basic map from sprites in Flash.
Any links or information to point me in the right direction would be appreciated.
© Game Development or respective owner