The examples shows a gallery images coded in ActionScript 3.0, where it is highlighted the fact that when an image rotates, another one rotates according to the previous one. You are free to study the code and implement the navigation button on the left.
The example shows some effects you can obtain with the 'perlinNoise()' method of the class 'bitmapData' in ActionScript 3.0. This method is based on a popular algorithm developed by Ken Perlin, an extraordinary computer scientist.