PDA

View Full Version : Some thorough tool for monitoring Flash + AS better than the Flash debugger?


Darko74
09-29-2009, 05:16 PM
I've run into a serious problem. Flash crashes after compiling my project several times. It never happened before and it doesn't happen with other simpler FLA's.

This project makes a lot of use of Actionscript 3 code, even to draw many visual elements. So it uses many events and listeners, many of them being either "Event.ENTER_FRAME" or "TimerEvent.TIMER_COMPLETE", and their animations are implemented by using TweenLite (which has been proved to be lighter than the use of the stantard Tween class).

Even though I think this project should be lightweight with respect to memory and CPU, it seems that the CPU is being overused because there's some loose end I have to fix or something (some lack of a removeListener maybe? I'm not sure). It would be a laborious job to find out what is consuming too many resources. The Flash debugger doen't help much on this actually.

So my question is: is there any app/plug-in.. which helps better than the Flash debugger? especially when it comes to usage of resources.