ActionScript for Flash MX. The Definitive Guide
Authors: Moock C
Published year: 2002
Pages: 5-6/780
Buy this book on amazon.com >>
ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock

Preface

Welcome to ActionScript for Flash MX: The Definitive Guide, Second Edition! This edition sports massive changes from the first edition, with hundreds of pages of new material and exhaustive rewrites that bring old material up to date with best practices for Flash MX. I hope you're as excited to read it as I was to write it!

Like the first edition, this book teaches ActionScript from the ground up, covering both basic concepts and advanced usage, but with a special focus on Macromedia Flash MX techniques. In Part I, we'll explore ActionScript fundamentals—from variables and movie clip control to advanced topics such as objects, classes, and server communication. In Part II, the Language Reference , we'll cover every object, class, property, method, and event handler in the core ActionScript language. You'll use the Language Reference regularly to learn new things and remind yourself of the things you always forget, so keep this book on your desk, not on your shelf!

Though ActionScript's complexity has increased in Flash MX, you do not have to be a programmer to read this book. I have continued to be mindful of the beginner throughout this edition. The text moves pretty quickly, but a prior knowledge of programming is not required to read it. All you need is experience with the non-ActionScript aspects of Flash and an eagerness to learn. Of course, if you are already a programmer, so much the better; you'll be applying your code-junkie skills to ActionScript in no time. To make the transition to Flash easier for experienced programmers, I've made a special effort to draw helpful analogies to languages such as JavaScript, Java, and C.

Above all, this book truly is a Definitive Guide to ActionScript in Flash MX. It's the product of nearly four years of research, thousands of emails to Macromedia employees , and feedback from users of all levels. I hope that it is self-evident that I've suffused the book with both my intense passion for the subject and the painfully won, real-world experience from which you can benefit immediately. It covers ActionScript with exhaustive authority and—thanks to a technical review by Gary Grossman, the creator of ActionScript—with unparalleled accuracy.

 

ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock
Preface

Second Edition Quick Start

If you're a returning first-edition reader dying to sink your teeth into this edition, here are the highlights I recommend you start with. But don't end your exploration with this list. Read on to learn about many more important updates to this edition.

The following chapters in Part I, ActionScript Fundamentals , have been heavily rewritten and enhanced. They cover some of the most exciting additions, such as components , and meaningful changes to the way ActionScript handles events and deals with objects.

  • Chapter 9

  • Chapter 10

  • Chapter 12

  • Chapter 14

See also the revised and new appendixes, especially :

  • Appendix C

  • Appendix E

  • Appendix F

  • Appendix G

  • Appendix H

The following entries in Part II, the Language Reference , are either all-new or have been heavily revised since the first edition. For example, you'll want to read up on the new SharedObject object and check out the Drawing API methods added to the MovieClip class.

  • Accessibility object

  • Button class

  • Capabilities object

  • Function class

  • _global object

  • #initclip and # endinitclip pragmas

  • LoadVars class

  • LocalConnection class

  • MovieClip class (new events and the Drawing API)

  • Object class

  • setInterval( ) and clearInterval( ) global functions

  • SharedObject object

  • Sound class

  • Stage object

  • System object

  • TextField class

  • TextFormat class

  • Listener Events for Key , Mouse , TextField , and Stage (see Table P-1)

 

ActionScript for Flash MX. The Definitive Guide
Authors: Moock C
Published year: 2002
Pages: 5-6/780
Buy this book on amazon.com >>

Similar books on Amazon