Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Knowledgebase
Drawing A Rectangle I  

Download .fla

How to draw this rectangle with actionscript.

Actionscript

_root.lineStyle(2, 0x999999, 100);
_root.moveTo(100, 100);
_root.lineTo(300, 100);
_root.lineTo(300, 200);
_root.lineTo(100, 200);
_root.lineTo(100, 100);



How The Actionscript Works





© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us