flashpitt 09 - intermediate actionscript 3.0 - josh sager media

41
} FlashPitt 09 - Intermediate ActionScript 3.0 What is ActionScript? Intermediate ActionScript 3.0

Upload: others

Post on 11-Feb-2022

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}

F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

What is ActionScript?I n te rmed ia te Act ionScr ip t 3 .0

Page 2: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

What is ActionScript?

Runtime

Programs

Compiling

ActionScript Tools

Big Picture

Page 3: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}

F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

What is ActionScript?

Page 4: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}

F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

What is ActionScript?Language for developing programs

for the f lash runt ime

Page 5: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}

F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Lets look at these two key terms

Page 6: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}

F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Lets look at these two key terms

1. Runtime2. Program

Page 7: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

What is Runtime?

Duration of execution from beginning to end

A computer program that runs your code

Page 8: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Open Flash

Page 9: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}

F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Hit *Command Enter

*Control on a PC

Page 10: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

While the .swf is open, you are in the flash runtime

Page 11: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash RuntimeFlash has 3 client runtimes

Page 12: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash RuntimeFlash has 3 client runtimes

Page 13: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash RuntimeFlash has 3 client runtimes

Page 14: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash RuntimeFlash has 3 client runtimes

Page 15: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash Runtime

Flash Player

Flash has 3 client runtimes

Page 16: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash Runtime

Flash Player Adobe Integrated Runtime

Flash has 3 client runtimes

Page 17: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Flash Runtime

Flash Player Adobe Integrated Runtime

Flash Lite

Flash has 3 client runtimes

Page 18: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Do You Develop a Program?

Page 19: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How to develop a program

Page 20: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How to develop a programWrite code and compile for flash runtime

Page 21: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How to develop a programWrite code and compile for flash runtime

Page 22: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How to develop a programWrite code and compile for flash runtime

(ActionScript is the code)

Page 23: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

But What is Compiling?

Page 24: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

The process of generating a .swf

Page 25: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Can I Compile?

Page 26: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Can I Compile?

Flash IDE - $699

Page 27: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Can I Compile?

Flash IDE - $699

IDE ( Integrated Development Environment )

Page 28: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Can I Compile?

Flash IDE - $699

IDE ( Integrated Development Environment )

Flex Builder - $249

Page 29: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Can I Compile?

Flash IDE - $699

IDE ( Integrated Development Environment )

Flex Builder - $249

Free for students and faculty

Page 30: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

How Can I Compile?

Flash IDE - $699

IDE ( Integrated Development Environment )

Flex Builder - $249

Free for students and faculty

Flex SDK - FREE

Page 31: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Page 32: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Page 33: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Flex Builder

Page 34: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Flex Builder

Flash Develop

Page 35: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Flex Builder

Flash Develop

Eclipse - FDT Plugin

Page 36: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Flex Builder

Flash Develop

Eclipse - FDT Plugin

Notepad

Page 37: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Flex Builder

Flash Develop

Eclipse - FDT Plugin

Notepad

Dreamweaver

Page 38: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

ActionScript Tools

Flash CS4

Flex Builder

Flash Develop

Eclipse - FDT Plugin

Notepad

Dreamweaver

TextMate

Page 39: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Big Picture

Anyone can develop Flash Applications

Involves the larger open source community

Flash Websites and Applications can be developed for FREE

Page 40: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

Big Picture

Page 41: FlashPitt 09 - Intermediate ActionScript 3.0 - Josh Sager Media

}F l a s h P i t t 0 9 - I n t e r m e d i a t e A c t i o n S c r i p t 3 . 0

What is ActionScript?

Runtime

Programs

Compiling

ActionScript Tools

Big Picture