DebugLite: Make your debug life more easy!
An agile actionscript3 debugger, you can play Eval function at first.
How to play Eval?
You can use actionscript code to access instances in this flash file, the available instances are main, main.tf, main.btn, main.check. So you can try these actionscript codes in Eval box:
trace(main.tf.text,main.btn.label,main.check.selected);
main.btn.label=main.check.selected?"YES":"NO";
main.btn.dispatchEvent(new MouseEvent(MouseEvent.CLICK));
(note: enter these code into eval box in bottom, click eval button to see result.)
Please visit project homepage for more information.
Project homepage: http://code.google.com/p/debuglite/
Tags: Actionscript3, debugger, debuglite