Flash Camo Demo FlashBum forked:0favorite:1lines:15license : MIT License modified : 2009-07-21 11:37:16 Embed Tweet package { import flash.display.Sprite; import camo.core.display.*; public class FlashTest extends Sprite { public function FlashTest() { // write as3 code here.. var cd:CamoDisplay = new CamoDisplay(); cd.width = 100; cd.height = 100; cd.move(20, 20); cd.borderTop = 10; cd.backgroundColor = 0x00ff00; addChild(cd); } } } Code Fullscreen Preview Fullscreen mash : borderTop BoxModel Camo FlashCamo height width addChild Sprite