Search found 2 matches
- Mon Mar 21, 2011 13:18
- Forum: Help
- Topic: subscribeEvent and arguments
- Replies: 4
- Views: 3957
Re: subscribeEvent and arguments
Potentially realised in the interim that I don't need three hundred tiles, nor do I need to track their location. Using a single window, I can just get the position of mouse, and calculate what tile I'm clicking on from there. I think this potentially answers the second point IrmatDen made. As for t...
- Mon Mar 21, 2011 12:02
- Forum: Help
- Topic: subscribeEvent and arguments
- Replies: 4
- Views: 3957
subscribeEvent and arguments
I am working on a turn-based strategy game using a grid interface to control the units ( ala Advance Wars, Civilization). All told, I have three hundred tiles available for the user to click on. I have a two-dimensional array to track where the units are, and when I click on one of the tiles with a ...