Cargando…

Learning ActionScript 3.0 : a beginner's guide /

If you're new to ActionScript 3.0, or want to enhance your skill set, this bestselling book is the ideal guide. Designers, developers, and programmers alike will find Learning ActionScript 3.0 invaluable for navigating ActionScript 3.0's learning curve. You'll learn the language by ge...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Shupe, Rich
Otros Autores: Rosser, Zevan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Farnham : O'Reilly, 2010.
Edición:2nd ed.
Colección:Adobe developer library.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part I. : Getting Started
  • 1. : What is ActionScript?
  • What's New in ActionScript 3.0?
  • The Flash Platform
  • Procedural Versus Object-Oriented Programming
  • The Document Class
  • Legacy Code Compatibility
  • Hello World
  • What's Next?
  • 2. : Core Language Fundamentals
  • Jump Right In
  • Miscellaneous Basics
  • Variables and Data Types
  • Operators
  • Conditionals
  • Loops
  • Arrays
  • Vectors
  • Functions
  • Custom Objects
  • this and parent
  • Absolute Versus Relative Addresses
  • Put It All Together
  • What's Next?
  • Part II. : Graphics and Interaction
  • 3. : Properties, Methods, and Events.
  • Jump Right InProperties
  • Events
  • Methods
  • Event Propagation
  • Frame and Timer Events
  • Removing Event Listeners
  • What's Next?
  • 4. : The Display List
  • Jump Right In
  • The Sum of Its Parts
  • Adding and Removing Children
  • Managing Object Names, Positions, and Data Types
  • Changing the Display List Hierarchy
  • A Dynamic Navigation Bar
  • What's Next?
  • 5. : Timeline Control
  • Jump Right In
  • Playhead Movement
  • Frame Labels
  • Frame Rate
  • A Simple Site or Application Structure
  • What's Next?
  • 6. : OOP
  • Classes
  • Inheritance
  • Composition
  • Encapsulation
  • Polymorphism
  • Navigation Bar Revisited.
  • What's Next?Chapter 7: Motion
  • Basic Movement
  • Simple Physics
  • A Basic Particle System
  • Simple Collision Detection
  • Geometry and Trigonometry
  • Programmatic Tweening
  • What's Next?
  • 8. : Drawing with Vectors
  • The Graphics Class
  • The Geometry Package
  • 9. -Slice Scaling
  • Applied Examples
  • What's Next?
  • 9. : Drawing with Pixels
  • Bitmap Caching
  • The BitmapData Class
  • Blend Modes
  • Bitmap Filters
  • Color Effects
  • Image Encoding and Saving
  • Adding Functionality to Your Color Picker
  • What's Next?
  • Part III. : Text
  • 10. : Text
  • Creating Text Fields
  • Setting Text Field Attributes.
  • Selecting TextFormatting Text
  • Formatting with HTML and CSS
  • Triggering ActionScript from HTML Links
  • Loading HTML and CSS
  • Text Layout Framework
  • What's Next?
  • Part IV. : Sound and Video
  • 11. : Sound
  • ActionScript Sound Architecture
  • Internal and External Sounds
  • Playing, Stopping, and Pausing Sounds
  • Buffering Sounds
  • Changing Sound Volume and Pan
  • Reading ID3 Metadata from MP3 Sounds
  • Visualizing Sound Data
  • Visualizing Microphone Input
  • Recording, Playing, and Saving Microphone Input
  • What's Next?
  • 12. : Video
  • Encoding
  • Components
  • Full-Screen Video
  • Captions.
  • Writing Your Own PlayerWhat's Next?
  • Part V. : Input/Output
  • 13. : Loading Assets
  • Loading SWFs and Images
  • Loading Data
  • Communicating with Loaded SWFs
  • Additional Online Resources
  • What's Next?
  • 14. : XML
  • Understanding XML Structure
  • Creating an XML Object
  • Using Variables in XML
  • Reading XML
  • Writing XML
  • Deleting XML
  • Loading External XML Documents
  • Sending to and Loading from a Server
  • An XML-Based Navigation System
  • What's Next?