Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Knowledgebase
Drawing A Shape Color Fill  

Download .fla

How to draw this color fill 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();






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