Tile-Based Game Map
Posted: Tue May 25, 2010 5:43 pm
Hey to all!
I'm trying to make a tile-based game map in much the same fashion as the old Space Merchants game and others where you moved your ship around from sector to sector.
However, my research has proven to be fairly futile at this point. I came up with one method, but it's not the best and I've had no luck getting movement working beyond
displaying the player sprite. This is not an isometric tile map - just a standard 500px * 500px with tiles 50-50px in size. This is an addition to an already existing website, so
I don't really need things like login/logout/etc.
Could anyone offer some advice or examples/samples of code - or maybe point to a tutorial? I keep coming up with Actionscript examples, not PHP.
I'm trying to make a tile-based game map in much the same fashion as the old Space Merchants game and others where you moved your ship around from sector to sector.
However, my research has proven to be fairly futile at this point. I came up with one method, but it's not the best and I've had no luck getting movement working beyond
displaying the player sprite. This is not an isometric tile map - just a standard 500px * 500px with tiles 50-50px in size. This is an addition to an already existing website, so
I don't really need things like login/logout/etc.
Could anyone offer some advice or examples/samples of code - or maybe point to a tutorial? I keep coming up with Actionscript examples, not PHP.