Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 398 Bytes

myLib

myLib is an Adobe Flash AS3 components alternative.
More infos from http://mylib.samystudio.net/ Usage


//set a skin for all components
setDefaultSkinSet( new FlatSkinSet( 10 , 0x000000 ) );

//instantiate component
var list : List = new List( this );
list.setSize( 100 , 200 );
list.cellHeight = 30;
list.cellCount = 10;