An open API service indexing awesome lists of open source software.

https://github.com/SamYStudiO/myLib

MYLIB ADOBE FLASH AS3 COMPONENTS ALTERNATIVE
https://github.com/SamYStudiO/myLib

Last synced: about 1 month ago
JSON representation

MYLIB ADOBE FLASH AS3 COMPONENTS ALTERNATIVE

Awesome Lists containing this project

README

        

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;