Nice job. I saw how in one part you repeated the same animation many times. You probably already knew this, but you could convert that group into a movie clip and it'll repeat itself automatically. Also, I noticed you didn't add a play button. You could make one in as2 by typing "stop();" in the actions panel of the first frame, adding a button and typing "on(release){play();}". I hope this helped.