when you click on the middle ghost it will zoom in and zoom out , when you move the mouse over the right or the left ghost both will zoom in , and zoom out.
click here
* Ui loader
method 2 using code each time you reload the page you get a new background.
Music Looping in AS3
According to the AS3 documentation you can loop a sound by passing in a loop number argument when you call play on a sound. Apparently, that never seems to work consistently for me. Sometimes it would not loop after a number of times, or it doesn’t loop immediately. So I usually just manually control the looping of music with Event Listeners.
To do this, you need to add an Event Listener to the music channel that will call a function to replay the sound whenever it’s done playing once.