Tag Archives: as3

Maximize Air window

Just to make searches easier for the rest of the world. Very, very simple example: This maximizes the window on creation complete. Dirty. More reading about NativeWindow: – NativeWindow – Adobe ActionScript® 3 (AS3 ) API Reference

Array shuffling in ActionScript3

Been wanting to add this post for a while. Pretty simple, really. So imagine you have an array: It can be any size, obviously. And you want to change the position of its items. Several ways to do so – like splicing the array, but i dont recommend it because theres a loss in speed… Read More »