Macromedia Director 8 Advanced Level Course. Script Basics Lingo can be used to offer your users navigational control of the order of the scenes of your.

Slides:



Advertisements
Similar presentations
Introduction to Macromedia Director 8.5 – Lingo
Advertisements

Introduction to Macromedia Director 8.5 – Technology directing a script / play Macromedia Director 8 Shockwave Studio is the world's foremost authoring.
Tutorial 7 Planning and Creating a Flash Web Site.
JavaScript FaaDoOEngineers.com FaaDoOEngineers.com.
Macromedia Director 8 Foundation Level Course. What is Director? Director is a challenging program for creating animation and multimedia productions for.
Macromedia Director 8 Intermediate Level Course. Ink Masks Using the Ink Mask feature will allow you to create parts of a bitmap cast member to become.
Copyright © 2003 Pearson Education, Inc. Slide 2-1 Created by Jim Lengel, College of Communication, Boston University Web Wizard’s Guide to Shockwave.
Mrs. Chapman. Tabs (Block Categories) Commands Available to use Script Area where you type your code Sprite Stage All sprites in this project.
CS320n –Visual Programming LabVIEW Foundations. Visual ProgrammingLabVIEW Foundations2 What We Will Do Today Hand back and review the midterm Look at.
Interacting with Director Howell Istance. Overview n There are two means of controlling a movie - using the Director score directly - using scripts written.
Copyright © 2003 Pearson Education, Inc. Slide 6-1 Created by Jim Lengel, College of Communication, Boston University Web Wizard’s Guide to Shockwave.
Information Technology Center Hany Abdelwahab Computer Specialist.
SUNY Morrisville-Norwich Campus-Week 12 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
LSL: Linden Scripting Language Andrew Orr 12/17/07.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Introduction to Multimedia
Scripts  Director’s scripting language is called Lingo  Lingo can be used to offer your users navigational control of the order of the scenes of your.
VBA & Excel Barry L. Nelson IEMS 465 Fall Quarter 2003.
Software design and development Marcus Hunt. Application and limits of procedural programming Procedural programming is a powerful language, typically.
COM 205 Multimedia Applications
Multimedia Authoring Tools Lecture 13
Chapter 9 Introduction to ActionScript 3.0. Chapter 9 Lessons 1.Understand ActionScript Work with instances of movie clip symbols 3.Use code snippets.
Copyright © 2003 Pearson Education, Inc. Slide 7-1 Created by Jim Lengel, College of Communication, Boston University Web Wizard’s Guide to Shockwave.
Chapter 9 Interactive Multimedia Authoring with Flash - Introduction to Programming “Computers and Creativity” Richard D. Webster, COSC 109 Instructor.
© 2011 Delmar, Cengage Learning Chapter 11 Adding Media and Interactivity with Flash and Spry.
V Avon High School Tech Club Agenda Old Business –Delete Files New Business –Week 16 Topics: Intro to HTML/CSS –Questions? Tech Club Forums.
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
Server vs Client-side validation. JavaScript JavaScript is an object-based language. JavaScript is based on manipulating objects by modifying an object’s.
What is Director?  A tool for creating interactive CDs or interactive media and games on the Web.  Combines graphics, sound, video and other media together.
XP Tutorial 5 Buttons, Behaviors, and Sounds. XP New Perspectives on Macromedia Flash MX Buttons Interactive means that the user has some level.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 11 1 Microsoft Office Access 2003 Tutorial 11 – Using and Writing Visual Basic for Applications.
Case Study: Using Macromedia Director
London April 2005 London April 2005 Creating Eyeblaster Ads The Rich Media Platform The Rich Media Platform Eyeblaster.
Advanced Level Course. Site Extras Site Extras consist of four categories: Stationeries Site Trash Designs Components.
London April 2005 London April 2005 Creating Eyeblaster Ads The Rich Media Platform The Rich Media Platform Eyeblaster.
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.
© 2011 Delmar, Cengage Learning Chapter 9 Introduction to ActionScript 3.0.
CMPD 434 MULTIMEDIA AUTHORING Chapter 06 Multimedia Authoring Process IV.
Programming Fundamentals. Today’s lecture Decisions If else …… Switch Conditional Operators Logical Operators.
CHAPTER TEN AUTHORING.
© Copyright 1992–2005 by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. Tutorial 5 – Dental Payment Application: Introducing.
Tutorial 7 Planning and Creating a Flash Web Site.
Chapter 6 Sub Procedures
Application Software Practical 9/10/11/12 Macromedia Director.
MACROMEDIA DIRECTOR - LECTURE NOTES -. INTRODUCTION Macromedia Director 8.5 is the best selling multimedia authoring program and leading tool for creating.
5-1 OBJ Copyright 2003, Paradigm Publishing Inc. Adding Sound, Video, and Basic Interactivity with Buttons Macromedia Flash Design & Application.
Chapter 14 Events, Scripts and Interactivity. Key Points ► Actions, usually implemented by scripts are executed in response to events, such as mouse clicks.
Scripting and Interactivity 이병희
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
Chapter 4 Variables and constants. 4.1 Variables -Use of variables is good programming style -easier to modify -easier for a programmer to understand.
Reading Flash. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also choose some.
School of Computer Science & Information Technology G6DICP - Lecture 4 Variables, data types & decision making.
XP Tutorial 7 Creating a Flash Web Site. XP New Perspectives on Macromedia Flash 82 Objectives Plan and create a Flash Web site Create a Flash template.
SCRIPT PROGRAMMING WITH FLASH Introductory Level 1.
Authoring tools There are three main authoring tools:
© 2011 Delmar, Cengage Learning Chapter 11 Adding Sound and Video.
CMPD 434 MULTIMEDIA AUTHORING Chapter 06 Multimedia Authoring Process IV.
1 Lesson 6 Introducing JavaScript HTML and JavaScript BASICS, 4 th Edition.
Macromedia Flash Design Professional Macromedia Flash GETTING STARTED WITH.
Creating a Flash Web Site
Adding Buttons, Actions, and Sounds
CHAPTER 8 Multimedia Authoring Tools
Introduction to Python
Introduction to Primitive Data types
Selection Statements.
Week 6: Time and triggers!
SEEM 4540 Tutorial 4 Basic PHP based on w3Schools
Introduction to Primitive Data types
Presentation transcript:

Macromedia Director 8 Advanced Level Course

Script Basics Lingo can be used to offer your users navigational control of the order of the scenes of your movie.

Script Types Behavior Scripts are the same thing as the Behavior Inspector. The only difference is how you go about creating them. You can use the Behavior Inspector to add interactive features to movies without having to write or understand Lingo.

Library Palette The Library Palette is basically a list of pre-set behaviors that can be selected for a movie.

Behavior Inspector The Behavior Inspector allows you to create new behaviors, modify existing behaviors, or alter the order within a specific sprite that the behaviors are executed in.

Events Events within Director are the basis of creating simple or complex behaviors. Events are pre coded Behaviors that are available to use through the Behavior Inspector.

Actions Actions within Director are the basis of creating simple or complex behaviors. Actions are pre coded Behaviors that are available to use through the Behavior Inspector

Transitions Basics Transitions always take place between the end of the current frame and the start of the frame that the transition has been set. To create a dissolve between two scenes, the transition must be set within the first frame of the second scene.

Transitions with Lingo When setting a transition with Lingo, the puppetTransition command must be used, as it will allow you to choose an appropriate transition for movie conditions, or to apply a transition to a sprite before the playback head exits.

Lingo Terms Lingo Terms are: Arguments, Commands, Constants, Events, Expressions, Functions, Handlers, Lists, Keywords, Messages, Operators, Properties, Statements, Variables.

Syntax Lingo Syntax supports multiple data types, from references to sprites and cast members, TRUE and FALSE (Boolean) values, strings, constants, integers, floating point numbers, points, rects, and colors, to dates.

Cursor Commands Director allows you access to five built in cursors. But what is not usually talked about is the other selection of cursors that are available within the Director Resources.

Sound Triggers Using sound segments adds appeal to a movie by involving a soundtrack, voice-over, ambient noise, or anything else that will augment the visuals.

Sound Synchronization Synchronize a movie with sound by writing in Lingo to perform an action when a set cue point is triggered in a sound playing.

Hyperlinks Director adds the standard hyperlink formatting to your selected text so that it appears with the blue underlining.

Xtras All of the Xtras a movie needs have to be installed on a user’s system before the movie will run, so when a movie is distributed, the Xtras either have to be included or a way provided to the user on how to download the Xtras.

Memory Management There are three types of memory that are not only connected, but all three must be considered while creating and for playing, a movie: RAM Virtual Memory Video Memory

The Projector The projector can embed just about all the data necessary for a complete multimedia production. The data mentioned are multiple director movies.