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 »