Categories
- blog (13)
- game development (61)
- Games (9)
- games related (9)
- Cheat (2)
- Komplettlösung (d) (3)
- Walkthrough (3)
- MS Office (7)
- PHP (3)
- Tutorial (8)
- Intermediate (1)
- Tutorial Series (15)
- Grid Based Games (8)
- Terrain Modification (7)
- Uncategorized (1)
Tag Archives: isometric landscape
The following dialogue came up in the comments of Part 1 of this tutorial.
JJ: Could you show me a way to fill each tile of the map with a bitmap or some other graphic type? Is a solution possible based on using beginBitmapFill() ?
Me: What exactly do you want to achieve? Do you want to use graphics (imported or drawn in flash) for tiles? Or do you really want to fill the tile like texturing it?
JJ: I meant filling the tiles like texturing it.
What do you think?
Continue reading
Posted in as3, flash, grids, Intermediate, mochiads, Terrain Modification
Tagged bitmap texture, isometric landscape
2 Comments
Alright, giving the landscape some natural feeling by applying colors to the tiles. This simply fits into the dynamic drawing of tiles by using a fill. The shading here will be done with static colors instead of shadow calculation.
Continue reading
Posted in as3, flash, game development, grids, mochiads, Terrain Modification, Tutorial
Tagged grid, isometric landscape, isometric map, populous, shading, sim city
5 Comments