Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-12 Thread Terry Riney
Hello, Appreciated the response to my post. When I implement new function: Instead of using Math.random() in the randomize function, you would set the ID to the row / column position: public function generate(numTiles:int):void { var numRows:int = getNumRows();

Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-12 Thread John McCormack
[EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Saturday, April 12, 2008 7:21 PM Subject: Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer Hello, Appreciated the response to my post. When I implement new function: Instead of using Math.random() in the randomize

[Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-10 Thread Terry and Tammy
Morning, First post so hello. Hope to be of assistance to someone in near future. I am working through Essential ActionScript 3.0 and have downloaded Colin Moock's Tile Based classes. These classes fit a need I have for a set of games. I have googled for more info/links to see how others have

Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-10 Thread Glen Pike
Instead of using Math.random() in the randomize function, you would set the ID to the row / column position: public function generate(numTiles:int):void { var numRows:int = getNumRows(); for (var i:int = 0; i numRows; i++) { for (var j:int = 0; j getNumCols(); j++) {

Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-10 Thread Glen Pike
http://www.tonypa.pri.ee/tbw/index.html is good for information on Tile Based Games, but the code is not AS3 this also links to: http://oos.moxiecode.com/ which also has lots of info about Flash Games - old too, but there loads of links to other resources at the bottom of the page. AS3 is

Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-10 Thread Pedro Taranto
there is a as3 version, but its not completed: http://www.tonypa.pri.ee/tbw/as3/index.html -- Pedro Taranto ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-10 Thread Terry and Tammy
: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer there is a as3 version, but its not completed: http://www.tonypa.pri.ee/tbw/as3/index.html -- Pedro Taranto ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman