Tag Archives: interaction

This part deals with similar interaction as part 2.1 without the masses of EventListeners. See part 1 for the creation of the basic grid.
Continue reading

Posted in as3, flash, game development, Grid Based Games, grids, mochiads | Tagged , , , | Comments Off on Grid based games – Part 2.2: The basic grid with interaction alternative

Now it’s time to add some interaction to the grid made in part 1. For that purpose simple MouseEvents for movement and click will be sufficient. As indication we will change the color of the relevant tile.
Continue reading

Posted in as3, flash, game development, Grid Based Games, grids, mochiads | Tagged , , , | Comments Off on Grid based games – Part 2.1: The basic grid with interaction