Tagged Questions
-5
votes
2answers
93 views
Best practices when coding a TD [closed]
I was thinking about what technical challenges could appear when coding a Tower Defense like game.
Some thoughts were: (creeps = the ones that want to go trough the level)
What approach could be ...
4
votes
5answers
566 views
Flash Game not working on Android
I am not sure if I will be able to provide enough information for someone to answer this question, but any ideas might help.
I am creating a tower defense game in Flash and I eventually want to make ...
3
votes
1answer
620 views
Flash AS3 Tower Defense MouseEvents
In my tower defense game and every tile has its own mouse event listener. I am wondering, would it be better to use one event listener (MouseEvent.CLICK) and then when it runs the function, should I ...
2
votes
2answers
390 views
Slow Tower for a Tower Defense Game
I am making a tower defense game in Flash and I have a slow tower that is built directly on the path. I have it setup to use a hitTestObject function.
The tower is in its own class and the enemies ...