You need to submit 2 flash files.

ASSIGNMENT 8_ActionScript Intro, for CS4 with ActionScripting 3

Points
COMMENTS

Programming for file 1

"8_myname_action1_CS4.fla"

Script: Frame action on Main timeline:
Stop-action,
Function including a"gotoAndStop action".
"addEvent Listener" structure in place, working on
ROLL_OVER

Button-instance has been named on Stage.

Graphic element on timeline destination.

Back button with scripts, on the frame of destination.

15

Elements organized on layers.
Named layers

10

Programming for file 2

"8_myname_action2_CS4.fla"




Script: Frame action on Main timeline:
Stop-action,
Function including a"gotoAndPlay action" using a framelabel.
addEvent Listener structure in place, working on CLICK.

Animation on timeline destination

15

Elements organized on layers.
Named layers
Framelabels in place. Targeted by script.

10

TOTAL
50


"8_myname_action1.fla" should use the gotoAndStop action. It should also have a back button to return to frame 1.
"8_myname_action2.fla" should use the gotoAndPlay action and use frame-labels for navigation.

For students using Flash CS4, the sample files using ActionScripting 3.0
8_actions1_2AS3.zip

If you are somehow familiar with ActionScripting, here is a file that shows you all the different Mouse Events. This is NOT for beginners and it shouldn't be played with in this assignment.

8_MouseEvents_AS3.fla