Tag Archive for 'Actionscript'

as3 remove duplicated childs

There are several ways of doing the same thing, the result is the same, I was wandering if there is more efficient way to do this.
Lets say you have xml that looks like:
Continue reading ‘as3 remove duplicated childs’

Easing preloader as3

Here is the example of easing, reusable preloader that I am using in some of my projects.
The general idea is to tween the loader bar to the next point instead of just jumping to it.
The easiest way to achieve that effect is using one of the tweening libraries. Continue reading ‘Easing preloader as3′