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
- Host: GitHub
- URL: https://github.com/SamYStudiO/myLib
- Owner: SamYStudiO
- Archived: true
- Created: 2014-02-25T15:11:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T15:54:10.000Z (over 11 years ago)
- Last Synced: 2024-08-04T05:06:14.970Z (11 months ago)
- Language: ActionScript
- Homepage:
- Size: 41.3 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - myLib - MYLIB ADOBE FLASH AS3 COMPONENTS ALTERNATIVE (Unsorted / Other API)
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;