Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Library
Drawing Rectangles  

   
How to draw this rectangle with actionscript.

Actionscript

_root.lineStyle(3, 0x0000FF, 100); _root.moveTo(50, 200);
_root.lineTo(150, 50);
_root.lineTo(250, 200);
_root.lineTo(50, 200);


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