Errata
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 |
---|---|---|---|---|---|
PDF, Other Digital Version | Page 3 1rs paragraph |
Figure 2: Note from the Author or Editor: |
Anonymous | Feb 29, 2012 | Apr 09, 2012 |
9 Code sample Startup.as |
The Startup.as references a "Stats" class, that isn't imported and I can't seem to find referenced in that chapter. Note from the Author or Editor: |
Doug Daniels | Jan 20, 2012 | Apr 09, 2012 | |
Page 19 onAdded() event |
The final line of code in the onAdded() function is: Note from the Author or Editor: |
Sharon Hanlon | Jan 22, 2012 | Apr 09, 2012 | |
Page 20 package import statements |
the import of starling.text.TextField should be in bold, indicating a new line that must be added to existing code. Note from the Author or Editor: |
Sharon Hanlon | Jan 22, 2012 | Apr 09, 2012 | |
Page 24 Game.onAdded() event |
Why subtract the sprite width from the stage, then add half of it back again? I believe the following lines could be simplified from this: Note from the Author or Editor: |
Sharon Hanlon | Jan 23, 2012 | Apr 09, 2012 | |
Page 32 code |
The text in the paragraph at the bottom says that the following code will scale the quad. It does not. It only prints the distance between the touch points. |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 40 code |
Several lines of code that are added or changed have not been bolded. For example the data type of the vector, the data type of the image, the addition of the setting of destX and destY. |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 41, 42 onAdded() and onFrame() events |
Both of these functions have a line that calculates the destY of the sausage, but they both use stage.stageWidth in the function. They should use stage.stageHeight instead. Note from the Author or Editor: |
Sharon Hanlon | Jan 25, 2012 | Apr 09, 2012 | |
Page 42 text |
Second paragraph: |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 45 text |
Second paragraph: |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 46 code |
This: |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 47 Figures |
In figures 22 and 23, the top box says: starling.events.Sprite |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 48 text first paragraph |
3rd line: |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 | |
Page 53 code, 1st line |
This: |
John R. Nyquist | Oct 20, 2012 | Nov 14, 2012 |