https://github.com/hanamura/as3tf
  
  
    Various classes and functions for Flash/ActionScript programming. 
    https://github.com/hanamura/as3tf
  
actionscript flash
        Last synced: 7 months ago 
        JSON representation
    
Various classes and functions for Flash/ActionScript programming.
- Host: GitHub
 - URL: https://github.com/hanamura/as3tf
 - Owner: hanamura
 - License: other
 - Created: 2009-05-02T10:37:23.000Z (over 16 years ago)
 - Default Branch: master
 - Last Pushed: 2014-02-04T04:49:37.000Z (over 11 years ago)
 - Last Synced: 2025-02-07T20:42:13.036Z (9 months ago)
 - Topics: actionscript, flash
 - Language: ActionScript
 - Homepage:
 - Size: 570 KB
 - Stars: 12
 - Watchers: 3
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.markdown
 - License: LICENSE.txt
 
 
Awesome Lists containing this project
- awesome-actionscript-sorted - as3tf - Various classes and functions for Flash/ActionScript programming. (Unsorted / Other API)
 
README
          as3tf
=====
Various classes and functions for Flash/ActionScript programming.
This library is still very unstable.
Main Features
-------------
*	**Core Utility Functions** – frequently used functions for primitive objects
	
	See `org.typefest.core.*`
	
*   **Basic Data Structure with Notifications** – map, set, and list with events
    
    See `org.typefest.data.*`
*	**Layout** – sizing and positioning objects in a declarative way
	
	See `org.typefest.display.layout.*`
*	**Event Handling, Asyncronized Procedures** – managing events and asyncronized procedures out of chaos
	
	See `org.typefest.proc.*`
*	**Accessible Primitive Shapes** – simple wrappers for simple shapes
	
	See `org.typefest.display.shape.*`
Samples and docs havn’t been written yet.