Errata

The ActionScript 3.0 Quick Reference Guide: For Developers and Designers Using Flash

Errata for The ActionScript 3.0 Quick Reference Guide: For Developers and Designers Using Flash

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 278
pg 278 the code addChild(spMask)

pg 278
the code addChild(spMask);
I think should be addChild(sp);

Note from the Author or Editor:
Page 278 features a single block of sample code in the middle of the page. The second line of this code block looks like this:

addChild(spMask);

It should actually be this:

addChild(sp);

Anonymous  Apr 22, 2009