MTU Cork Library Catalogue

Syndetics cover image
Image from Syndetics

Learning ActionScript 3.0 [electronic book] : a beginner's guide / Rich Shupe with Zevan Rosser.

By: Shupe, Rich [author.].
Contributor(s): Rosser, Zevan [author. ].
Material type: materialTypeLabelBookPublisher: Sebastopol, Califorina. : O'Reilly, [2008]Copyright date: ©2008Description: online resource (xviii, 363 pages) : color illustrations.Content type: text Media type: computer Carrier type: online resource ISBN: 9780596527877 (paperback); 059652787X (paperback); 9780596554552 (e-book) ; 9780596519292 (e-book) .Subject(s): ActionScript (Computer program language) | Web sites -- DesignDDC classification: 006.76 Online resources: E-book
List(s) this item appears in: E-BOOK LIST

Enhanced descriptions from Syndetics:

In this book, authors Rich Shupe and Zevan Rosser share the knowledge they've gained from their years as multimedia developers/designers and teachers. Learning ActionScript 3.0 gives you a solid foundation in the language of Flash and demonstrates how you can use it for practical, everyday projects.The authors do more than just give you a collection of sample scripts. Written for those of you new to ActionScript 3.0, the book describes how ActionScript and Flash work, giving you a clear look into essential topics such as logic, event handling, displaying content, migrating legacy projects to ActionScript 3.0, classes, and much more. You will learn important techniques through hands-on exercises, and then build on those skills as chapters progress.ActionScript 3.0 represents a significant change for many Flash users, and a steeper learning curve for the uninitiated. This book will help guide you through a variety of scripting scenarios. Rather than relying heavily on prior knowledge of object-oriented programming (OOP), topics are explained in focused examples that originate in the timeline, with optional companion classes for those already comfortable with their use. As chapters progress, the book introduces more and more OOP techniques, allowing you to choose which scripting approach you prefer.Learning ActionScript 3.0 reveals:

New ways to harness the power and performance of AS3 Common mistakes that people make with the language Essential coverage of text, sound, video, XML, drawing with code, and more Migration issues from AS1 and AS2 to AS3 Simultaneous development of procedural and object-oriented techniques Tips that go beyond simple script collections, including how to approach a project and which resources can help you along the way The companion web site contains material for all the exercises in the book, as well as short quizzes to make sure you're up to speed with key concepts. ActionScript 3.0 is a different animal from previous versions, and Learning ActionScript 3.0 teaches everything that web designers, GUI-based Flash developers, and those new to ActionScript need to start using the language.

A beginner's guide to the Flash language--P. 4 of cover.

Includes bibliographical references and index.

CIT Module MMED 7003 - Core reading.

CIT Module MMED 6024- Core reading

Electronic reproduction.: ProQuest LibCentral. Mode of access: World Wide Web.

Table of contents provided by Syndetics

  • Preface (p. xi)
  • Part I Getting Started (p. 1)
  • Chapter 1 ActionScript Overview (p. 3)
  • What Is ActionScript 3.0? (p. 4)
  • The Flash Platform (p. 7)
  • Procedural Versus Object-Oriented Programming (p. 8)
  • The Document Class (p. 9)
  • Legacy Code Compatibility (p. 11)
  • Chapter 2 Core Language Fundamentals (p. 13)
  • Miscellaneous Basics (p. 15)
  • Variables and Data Types (p. 16)
  • Conditionals (p. 17)
  • Loops (p. 20)
  • Arrays (p. 23)
  • Functions (p. 24)
  • Custom Objects (p. 26)
  • this (p. 27)
  • Absolute versus Relative Addresses (p. 27)
  • Part II Graphics and Interaction (p. 29)
  • Chapter 3 Properties, Methods, and Events (p. 31)
  • Inherited Attributes (p. 32)
  • Properties (p. 32)
  • Events (p. 34)
  • Methods (p. 39)
  • Event Propagation (p. 41)
  • Frame and Timer Events (p. 43)
  • Removing Event Listeners (p. 46)
  • Chapter 4 The Display List (p. 49)
  • The Sum of Its Parts (p. 50)
  • Adding and Removing Children (p. 58)
  • Managing Object Names, Positions, and Data Types (p. 63)
  • Changing the Display List Hierarchy (p. 65)
  • A Dynamic Navigation Bar (p. 68)
  • Chapter 5 Timeline Control (p. 71)
  • Playhead Movement (p. 71)
  • Frame Labels (p. 74)
  • Frame Rate (p. 81)
  • A Simple Site or Application Structure (p. 82)
  • Chapter 6 OOP (p. 87)
  • Classes (p. 89)
  • Inheritance (p. 93)
  • Composition (p. 99)
  • Encapsulation (p. 103)
  • Polymorphism (p. 106)
  • Navigation Bar Revisited (p. 111)
  • Chapter 7 Motion (p. 115)
  • Basic Movement (p. 116)
  • Geometry and Trigonometry (p. 119)
  • Physics (p. 125)
  • Programmatic Tweening (p. 130)
  • Timeline Animation Recreations (p. 131)
  • Particle Systems (p. 137)
  • Chapter 8 Drawing with Vectors (p. 141)
  • The Graphics Class (p. 142)
  • The Geometry Package (p. 149)
  • The Motion Package (p. 158)
  • 9-Slice Scaling (p. 159)
  • Applied Examples (p. 161)
  • Chapter 9 Drawing with Pixels (p. 167)
  • Bitmap Caching (p. 168)
  • The BitmapData Class (p. 170)
  • Blend Modes (p. 177)
  • Bitmap Filters (p. 180)
  • Color Effects (p. 188)
  • Image Encoding and Saving (p. 192)
  • Part III Text (p. 195)
  • Chapter 10 Text (p. 197)
  • Creating Text Fields (p. 198)
  • Setting Text Field Characteristics (p. 198)
  • Selecting Text (p. 200)
  • Formatting Text (p. 202)
  • Formatting with HTML and CSS (p. 206)
  • Triggering ActionScript from HTML Links (p. 209)
  • Parsing Text Fields (p. 210)
  • Loading HTML and CSS (p. 214)
  • Part IV Sound and Video (p. 219)
  • Chapter 11 Sound (p. 221)
  • ActionScript Sound Architecture (p. 222)
  • Internal and External Sounds (p. 223)
  • Playing, Stopping, and Pausing Sounds (p. 226)
  • Buffering Streaming Sounds (p. 228)
  • Changing Sound Volume and Pan (p. 229)
  • Reading ID3 Metadata from MP3 Sounds (p. 231)
  • Visualizing Sound Data (p. 234)
  • Working with Microphone Sound (p. 236)
  • Waveform Visualization (p. 239)
  • Chapter 12 Video (p. 251)
  • Encoding (p. 252)
  • Components (p. 254)
  • Full-screen Video (p. 258)
  • Captions (p. 260)
  • Coding Your Own Video Playback (p. 272)
  • Part V Input/Output (p. 277)
  • Chapter 13 Loading Assets (p. 279)
  • Loading Sound and Video (p. 280)
  • Loading Text (p. 281)
  • Loading Display Objects (p. 285)
  • Communicating Across ActionScript Virtual Machines (p. 289)
  • Taking a Brief Look at Security (p. 291)
  • Chapter 14 XML and E4X (p. 297)
  • Understanding XML Structure (p. 298)
  • Creating an XML Object (p. 302)
  • Reading XML (p. 303)
  • Writing XML (p. 310)
  • Deleting XML Elements (p. 313)
  • Loading External XML Documents (p. 314)
  • Communicating with XML Servers (p. 315)
  • An XML-Based Navigation System (p. 319)
  • Part VI Programming Design and Resources (p. 331)
  • Chapter 15 Programming Design and Resources (p. 333)
  • Programming Design Methodologies (p. 333)
  • Object-Oriented Design Patterns (p. 339)
  • Resources (p. 345)
  • Index (p. 351)

Author notes provided by Syndetics

Rich Shupe is a full-time faculty member at New York's School of Visual Arts' Computer Art Dept.
Zevan Rosser is a freelance designer, programmer, consultant, and computer artist. He teaches ActionScript and Flash animation at New York's School of Visual Arts and FMA

Powered by Koha