https://github.com/boppreh/easier-as3
Tiny functions for common tasks
https://github.com/boppreh/easier-as3
Last synced: 3 months ago
JSON representation
Tiny functions for common tasks
- Host: GitHub
- URL: https://github.com/boppreh/easier-as3
- Owner: boppreh
- Created: 2010-11-01T00:18:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T01:34:03.000Z (about 11 years ago)
- Last Synced: 2025-01-25T23:56:41.855Z (4 months ago)
- Language: ActionScript
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a library of small, small functions and classes that simplify everyday chores.
All code is released under the MIT license and can be used free of charge for personal and commercial purposes.
http://www.opensource.org/licenses/mit-license.phpCurrently included in this library:
- boppreh.display
* bringToFront
* sendToBack
* getChildren
* setParent
* snapshot
* tint
* resetTint
* Alignment
* getPosition
* setPosition
All functions work on any DisplayObject (or DisplayObjectContainer, depending on the function), like Sprites, MovieClips, Bitmaps, TextFields and custom library symbols.And they do exactly what it says on the tin.