View Full Version : Tile-based game work-in-progress


Nattack
05-11-2005, 03:25 PM
using Tonypa's tile-based game tutorial (Tonypa's website (http://www.tonypa.pri.ee/tbw/))

which is much easier than making my own, simply using arrays for maps and all that, i'm working on this.

El_jewster is adding a little bit of creativity but thats about it (FUN?)

hopefully it will end up as a top-down shooter. with guns and all that..... as well as loadable maps. and a map editer.


How handy?

nothing much so far, just the bones of the tile-based game. characters a big red block but im working on an actual design ._.

rehabisforquitters
05-11-2005, 04:42 PM
Kewl.
so where did you find the tutorial on how to use collision detection?
i cant get mine to work.
Reply!!!!

Nattack
05-11-2005, 04:58 PM
most of the tutorials and samples of script i got from gotoAndPlay (http://www.gotoandplay.it) and Actionscript.org (http://www.actionscript.org)

I simply took it from Tonypa's tutorial, directly if the link wants too work for me: Tile-based/Platformer tutorial. (http://gotoandplay.it/_articles/2004/02/tonypa.php)


EDIT: went and found wall collision.
Wall Collision (http://gotoandplay.it/_articles/2004/02/tonypa_p08.php)