Timeline Control REVIEW FOR LESSON 1. 1. When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the.

Slides:



Advertisements
Similar presentations
Flash: Controlling Sound Presentation by Mindy McAdams.
Advertisements

Chapter 14 Sound. Sound  Sound can be used for narration, background soundtracks, rollover noises, and for sound effects to complement animations. 
Click your mouse for next slide Flash – Layers and Sound Many animations also include the element of sound In order to include sound you should also know.
CIS 205—Web Design & Development Flash Chapter 3 Appendix B on Creating Animations.
 2004 Prentice Hall, Inc. All rights reserved. Chapter 18 – Macromedia Flash MX 2004: Building an Interactive Game Outline 18.1 Introduction 18.2 Object-Oriented.
Adding Interactivity to Flash Movies Using Buttons and ActionScript SPACE Lab
Flash Workshop Flash Workshop :: Agenda  Introductions  Look at a few Flash Examples  Flash Web Sites  Flash Web Applications  Flash Games.
© Anselm Spoerri Lecture 11 Flash –Build Flash Website with Animated Navigation Structure –Decide on Overall Navigation Layout, Import Images & Organize.
1 Flash Actionscript Adding Interactive Actions Variables.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 5A.
Introduction to Macromedia Flash 8
1 Flash Actionscript Adding Interactive Actions. 2 ActionScript 3.0 ActionScript is the language you use to add interactivity to Flash applications, whether.
Creating Flash Buttons Button Making Rollover Effects Enlarging the Clickable Area Giving Buttons Behaviors Behavior Options.
1 Flash Programming Introduction Script Assist. 2 Course Description This course concentrates on the teaching of Actionscript, the programming language.
Modular Functions REVIEW FOR LESSON When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the.
Roentgen photo effect. This detailed, thoroughly explained lesson will show you how to create very attractive roentgen photo effect. You can use this.
© 2010 Delmar, Cengage Learning Chapter 6: Preparing and Publishing Movies.
Lesson 29: Multimedia with Flash 8 – ActionScript, Masks and Practical Uses.
XP Tutorial 5 Buttons, Behaviors, and Sounds. XP New Perspectives on Macromedia Flash MX Buttons Interactive means that the user has some level.
Introduction to Flash FYS100 Creative Discovery in Digital Art Forms Spring 2007 Burg.
Exercise : Animated Navigation Structure in Flash 1.Develop Answers to “What did you learn in ITI program?” “What do you have to offer?” “What are your.
CIS 205—Web Design & Development Flash Chapter 1 Getting Started with Adobe Flash CS3.
Flash MX II. Flash MX – Tweened Animation There are two methods for creating an animation sequence in Flash –Frame-by-frame animation –Tweened animation.
Tutorial 5 Making a Document Interactive. XP Objectives Explore the different button states Add a button from the Button library Create a button Learn.
Tutorial 5 Making a Document Interactive. XP Objectives Explore the different button states Add a button from the Buttons library Edit a button instance.
My First ACCESSIBLE Flash Movie. Course notes Detailed course notes, a printable copy of my slides, and all the samples shown today can be downloaded.
Chapter 11 Adding Sound and Video. Chapter 11 Lessons 1.Work with sound 2.Specify synchronization options 3.Modify sounds 4.Use ActionScript with sound.
Macromedia Flash By Alice Tian. Overview  What is Flash  Why Flash  Basic User Interfaces  Animation Basics  Advanced Basics  Publishing.
FLASH LESSON 1: INTRODUCTION BASIC MOTION TWEEN
Adobe Flash CS5.5. What is Adobe Flash? formerly Macromedia Flash Is software is a powerful authoring environment for creating animation and multimedia.
Flash: Week 2 Presentation by Mindy McAdams. What Flash Does Well  Design control  Integration of media types  Interactivity  No scrolling necessary.
Lesson 5 Part 1 Word Lesson 5 presentation prepared by Mary Henson (Smoky Mountain H.S. IT Academy Teacher at Sylva, NC). Content from Microsoft Office.
Adobe Flash CS5 Introduction. What is Flash? Flash is a multimedia platform used to add animation, video, and interactivity to Web sites. It is often.
Creating Buttons – Lesson 71 Creating Buttons Lesson 7.
Introduction to Flash MX 2004: Action Scripting Lloyd Rieber.
Agenda – Week 8, Day 2 Tuesday Intro to Flash Animation process Computer animation Lesson 1 – Overview Lesson 2 – Drawing Lesson 4 – Layers Lesson 8 –
INTRO TO ACTIONSCRIPT 3.0 The Bad News: Learning ActionScript is as Much Fun as Being Torn Apart By a Pack of Crazed Wombats. (And I say that in a loving.
Frame, Timeline and Vector Animation. Purposes of Animation Capture viewers attention –exampleexample Explain a system or process –exampleexample Set.
Motion Tweening – Lesson 81 Motion Tweening Lesson 8.
Introduction to Flash Animation CS 318. Topics Introduction to Flash and animation The Flash development environment Creating Flash animations  Layers.
What is Action Script 1.It is a programming language used in Flash 2.It is a language derived from JavaScript 3.It is an interactive language to control.
Copyright © 2003 Pearson Education, Inc. Chapter 6 – Slide 1 by Michael Kay The Web Wizard’s Guide to Flash.
Exploring the Macromedia Flash Workspace – Lesson 2 1 Exploring the Macromedia Flash Workspace Lesson 2.
Datatypes, Variables, Constants Flash Class. What Does ActionScript Do? Automates Examples: – Tells animation what to do button is clicked – Turn off.
Bringing Animation to Your Websites introducing ADOBE FLASH.
Introduction to Flash CSC361/661 Digital Media Spring 2007 Burg.
Hints on debugging
Creating an Animated Map – Lesson 91 Creating an Animated Map Lesson 9.
Flash: ActionScript review & Controlling Sound Presentation by Mindy McAdams Edited for JOMC 187, UNC-Chapel Hill by Laura Ruel.
Video in Macromedia Flash (Optional) – Lesson 121 Video in Macromedia Flash (Optional) Lesson 12.
CIS 205—Web Design & Development Flash Chapter 3 Appendix on Using Buttons.
INTRO TO ACTIONSCRIPT 3.0 The Bad News: Learning ActionScript is as Much Fun as Being Torn Apart By a Pack of Crazed Wombats. (And I say that in a loving.
Open a new Flash File Action Script 2.0. Create a button like you did last lesson and name it Click to Play.
XP Tutorial 8 Adding Interactivity with ActionScript.
Integrating Components and Dynamic Text Boxes with the Animated Map– Lesson 101 Integrating Components and Dynamic Text Boxes with the Animated Map Lesson.
Macromedia Flash Design Professional Macromedia Flash GETTING STARTED WITH.
Flash Demonstration – Unit 3 Create Multi-Part Animation –Animate Images –Fade-in and Fade-out Text –Add Interactivity to Instance of MovieClip –Animated.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 1A.
Background Information
ActionScript Basics 2016 (2.0 – 3.0)
Adding Buttons, Actions, and Sounds
Tool for Creating Rich Media
Exercise 48 - Skills Adobe Flash CS4 is a software program you use to create animation and applications that range form simple to very complex. Being able.
Interface Programming 2 Week 1
Let Flash do Guessing at Animation for you.
For Tutors Introduce yourself.
The Student Experience
Flash Demonstration – Unit 5 – ActionScript 3.0
Exercise : Animated Navigation Structure in Animate (= Flash)
Exercise : Animated Navigation Structure in Flash
Presentation transcript:

Timeline Control REVIEW FOR LESSON 1

1. When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the line that contains the error and fix it yourself. B. LOOK AT YOUR NOTES AND TRY TO SOLVE IT YOURSELF C. Ask a neighbor for help. D. Raise your hand and ask the teacher for help.

2. Where should you write your code? A. On a new layer named actions that is locked. B. Double click on an object and write it there C. On the stage D. I don’t know

3. What is ActionScript 3.0? A. A panel in Flash B. A web site C. A software program like Microsoft Word D. An Object-Oriented Programming Language

4. You make a Flash animation that has 10 frames. How can you make it only play once? A. You can’t, it always loops B. Go to frame 10 and write STOP! on the stage C. Go to frame 10 and write stop(); in your actions panel D. Go to frame 10 and write Stop(); in your actions panel

5. A Flash animation has 100 frames. How can you make it skip from frame 50 to frame 100 and stop? You can’t, it always plays from the beginning to end On frame 1 write skipToFrom(100,50); Go to frame 50 and write gotoAndPlay(100); in your actions panel Go to frame 50 and write gotoAndStop(100); in your actions panel