Tagged Questions
4
votes
5answers
559 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
609 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
384 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 ...
8
votes
5answers
827 views
Slow performance on an A* implementation in a tower defense game
I'm making a Tower Defense game in Flash with no predefined path.
Although my grid is 40x40 (small?), A* is struggling when recalculating every time. So I made my own modification to ease the ...