Errata

Colin Moock's Lost ActionScript 3.0 Weekend Course 1

Errata for Colin Moock's Lost ActionScript 3.0 Weekend Course 1

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
Other Digital Version
??
during the override example

Unlike most methods, the toString() method does not require the "override" keyword. The example would be correct for most other methods, but the Object class presents a special case; its methods are dynamically created on Object's prototype, so the "override toString()" syntax shown would cause a compiler error.

Colin Moock
Colin Moock
 
Mar 12, 2009