Overwhelmingly well done.
That was amazing. Your thoughts were very well organized, although sometimes redundant. Then again, it was more like a stream of consciousness, and redundance is common. Very good points. Refreshing. An oasis in a sea of crap. Liked the diversions in the back and at the end. It surprised me, however, that an animator of your calibur cannot make a replay button. Simple instructions follow:
1.) Insert - New symbol
2.) Make a button with chosen graphic.
3.) Isolate button on the stage in a blue square and select "Action".
4.) Select "Actions", then "Movie Control", then "goto". In the box labeled "Frame", enter the frame you want the user to go to when they click the button.
Code should read:
on (release) {
gotoAndPlay(1);
}
Just felt like helpin out ;)