RIAidea - Focus on Flash/Flex/AIR » debugger http://www.riaidea.com/blog Focus on Flash/Flex/AIR Mon, 24 Oct 2011 07:54:25 +0000 http://wordpress.org/?v=2.9.2 en hourly 1 DebugLite: Make your debug life more easy! http://www.riaidea.com/blog/archives/81.html http://www.riaidea.com/blog/archives/81.html#comments Fri, 23 Jan 2009 07:00:24 +0000 flashlizi http://www.riaidea.com/blog/?p=81 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/

]]>
http://www.riaidea.com/blog/archives/81.html/feed 0