Note 9 for Flash

 

Watch & Read:

See Note 6

Flash Animation Tutorial!

Check Out Swish a cheaper version of Flash!

**** Flash 9 has several Bugs in Action Script 2.0! ****


When publishing, select
Flash 7 or 6 and most of your problems will go away!

I recommend you use Script Assist when writing your Action Scripts

Pay close attention to what you are attaching the script.

Types of Actions. Object and Frame as you remember, it is very easy to get the two confused in Flash!

ActionScript 3.0 is fully object-oriented programming (OOP) language that is event driven. (You need something to trigger action script) Action Script is similar to Java Script only a little easier (or so they say)

action Window

We will create a simple math trainer using action script.

To add interactivity to Flash, you must use Action Script. Action script is a simple (relatively speaking) scripting language.

To learn about all the different capabilities, you should look at the reference window in the help section of Flash!

Make sure you know what object you are attaching (pinning) the scritp to. The object selected below is the frame!

framepin

This Script is attached to a button --->

To Start your journey in actions scripting, we will cover only a few of the basic scripts today and expand upon them next week.

We will create a simple animation that we will start and stop. Then we will create a flash movie that will jump to another location.

Script Assist

Review the following:

Actions is an Action Script Editor

Frame number vs Frame Label

Terms you need to know:

PreLoader, Action Script, Scene, Script Assist

Object vs Frame

 

Review the following:

Find a Flash movie and reverse engineer how they did it. (Post the site and how you think they did the animation)

Terms you need to know:

ActionScript, JavaScript, Filters, Bevel, Glow, Scenes, Mask

Homework:

You should be reading Chapter 14 & 15 in your book

Create a Flash page that has buttons that take you to different locations on the Web. This will be your first introduction into action scripting! I will show you how to jump to the Web using Flash.

Reminder: You will need to post a website that uses Flash everyweek!!!

Final Step:

Review in your mind everything we covered in class and remember to cover it again before you go to bed so your mind to process this information while you sleep.