Score: 5
"You screwed up."
date: September 29, 2005
obviously you dont know a thing about AS so you didn't put a STOP action on the tutorial part of the movie, which is why it flashes by very fast. just right click the frame that the tutorial is on and click "actions" and type in this:
stop();
the stop action stops the frame until you press a "next" button
then make a button and give it this:
on(release){
gotoAndPlay(the frame you want it to go to)
and tuddah! that would make this an actual tutorial.