ActionScript 3.0 Programming: Overview, Getting Started, and Examples of New Concepts - Helion
ISBN: 978-14-919-1157-0
stron: 74, Format: ebook
Data wydania: 2007-01-18
Księgarnia: Helion
Cena książki: 38,17 zł (poprzednio: 44,38 zł)
Oszczędzasz: 14% (-6,21 zł)
This document employs reusable code examples to demonstrate the basic functionality of ActionScript 3.0 in the following topic areas: Packages and Classes; Display Programming; Movie Clips and Buttons; and Basic Structures. A concluding section helps those unfamiliar with OOP (Object Oriented Programming) and Design Patterns get acquainted with these concepts, as a knowledge of them will greatly benefit anyone getting into ActionScript 3.0 who wants to get the most out of it.
Osoby które kupowały "ActionScript 3.0 Programming: Overview, Getting Started, and Examples of New Concepts", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
ActionScript 3.0 Programming: Overview, Getting Started, and Examples of New Concepts eBook -- spis treści
- ActionScript 3.0 Programming: Overview, Getting Started, and Examples of New Concepts
- A Note Regarding Supplemental Files
- Invitation to ActionScript 3.0
- Packages and Classes
- Finding the Right Package and Class
- Jumping into Display Programming
- Loading and Arranging Graphics
- Loading and Displaying Text
- Formatting text
- HTML text and style sheets
- Working with Movie Clips and Buttons
- MovieClip Objects
- Scripting sprite classes
- Buttons
- Connecting events to your buttons
- Scripting a simplebutton
- MovieClip Objects
- Basic Structures
- Data Types
- Making Classes
- Basic class
- Decision-Making: Conditional Structures
- The If condition
- The if...else and else if conditions
- Switch/Case structure
- Loops
- The for loop
- The for...in loop
- The for each...in loop
- The while loop
- The do...while loop
- Object-Oriented Programming
- ActionScript 3.0 and OOP
- OOP Fundamentals
- Class organization
- Inheritance
- Abstraction and encapsulation
- Getters/Accessors
- Setters/Mutators
- Polymorphism
- Interfaces
- Design Patterns
- The DP quick and dirty primer
- A design pattern example: The Singleton
- Next Step for Object-Oriented Programming
- About the Author