Errata


Print Print Icon

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 "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



Version Location Description Submitted By 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