Skip to content

Nimble is an open source lightweight fluid layout class for use with ActionScript 3

Notifications You must be signed in to change notification settings

hendrikmaus/AS3-Nimble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Nimble Layout Class

##Description Nimble is a very simple class, built to achieve fluid layouts in Flash applications real quick. It was created for http://diploma.aidentailor.net during my flash-as3-hype-time ;)

##How to use: Create an object to hold any of the following parameters and pass that object to the Nimble class constructor.

- alignment: (string) "TOP_LEFT","TOP","TOP_RIGHT","LEFT","MIDDLE","RIGHT","BOTTOM_LEFT","BOTTOM","BOTTOM_RIGHT"
					  default: "MIDDLE"
					
- margin: 	 (number) default: 0

##Example:

new Nimble(displayObject, {alignment: "TOP_LEFT", margin: 20});

For another example see the attached project.

About

Nimble is an open source lightweight fluid layout class for use with ActionScript 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages