An open API service indexing awesome lists of open source software.

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

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.php

Currently 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.