Date: Mon, 25 Jun 2007 17:14:34 -0500 (CDT) From: Mark Jacobson To: Flash Animation Class Subject: Flash assignment is due one week from today... Hello again, The flash assignment will be due one week from today, on our last class before the July 4th holiday when we obviously do not have class. So it is due on Monday, July 2nd. It is okay if you turn it in and also upload it to your sunny.uni.edu account anytime before July 4th. I will post something on the web page later and more after tommorrow's 3 statistics classes about the assignment. As you know from today's class, it has 4 layers, 4 buttons, and one bouncing ball. And you know how many bounces that the ball has completed. And you know that you can set the ball to bouncing at double speed or at the regular speed by clicking the fast or the slow button. We will all try to upload to sunny.uni.edu on Wednesday in class. If you had trouble with this earlier, the place to get your sunny.uni.edu password reset is the computer consulting center, which is right below our Studio 3 lab classroom. You have probably walked by it 14 times this semester on your way to and from class! -------- Please remind me at the end of the lab classes to tell the class to SHUT DOWN THE COMPUTERS IN STUDIO 3 when you are done. It will save me doing it for all of them! :-) 4 layers: actions has two named frames: slowLoop and fastLoop has 3 frames that have ActionScript code. display shows what the count of bounces is count_txt might be the name of the Text object that has Dynamic (not Static or Input) type for it behavior. buttons go, pause, doubleSpeed, regularSpeed all four buttons have some on (release) { ActionScript } statement or statements. content bouncing ball Mark