Tagged Questions
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 ...
1
vote
2answers
607 views
Flash Custom Events
I am working on a Flash Tower Defense game. I have a main game loop which is an eventListener for each frame. Whenever you gain money or lose a life, I want the GameUI to be updated to display this ...
-3
votes
2answers
110 views
Are there companies that can store the stream of each user event? [closed]
I want a company that can store in a database of it's own the stream of clicks each user does (my game is programmed in action script), of course I will define what data and when to store it. Bear in ...
2
votes
4answers
814 views
Flash framerate reliability
I am working in Flash and a few things have been brought to my attention. Below is some code I have some questions on:
addEventListener(Event.ENTER_FRAME, function(e:Event):void
{
if (KEY_RIGHT)
...