Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Library
Drawing Color Filled Triangles  

   
How to draw this filled triangle with actionscript.

Actionscript

_root.lineStyle(2, 0x999999, 100);
_root.moveTo(100, 100);
_root.beginFill(0x0099FF, 100);
_root.lineTo(200, 100);
_root.lineTo(200, 200);
_root.lineTo(100, 200);
_root.lineTo(100, 100);
_root.endFill();


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