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

SamYStudiO/myLib

Repository files navigation

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;

About

MYLIB ADOBE FLASH AS3 COMPONENTS ALTERNATIVE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published