Errata
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 xiv 1st paragraph |
The correct spelling of Josh's last name is Buhler (it currently reads Buehler) |
nanbarber | Sep 2009 |
| Printed | Page 11 2nd paragraph |
On the very last line, "ActioScript" is quite apparently wrong! :3 Note from the Author or Editor: |
Michael Poplin | |
| Printed | Page 54 In "Taking Advantage of Templates" sidebar: 2nd column, 2nd line |
"...you get some vague overall hints on what the templates to do and how to modify them..." I believe that that should be "...you get some vague overall hints on what the templates do and how to modify them..." The word 'to' in the first instance is an error. Yes? Note from the Author or Editor: |
Brendan McEnaney | Sep 2009 |
| Printed | Page 67 Figure 2-12 |
The picture in Figure 2-12 is the same as the picture in Figure 2-11. On page 66 item 4. it says to "Click the stage and drag to draw a little face, hands, and feet similar to the ones in Figure 2-12." Figure 2-12 does not display a stick figure with face, hands, or feet. Note from the Author or Editor: |
Carolyn Nevlud | |
| Printed | Page 74 Step 2 second paragraph |
Definitions of SEND TO BACK and SEND BACKWARD are swapped Note from the Author or Editor: |
Anonymous | |
| Printed | Page 124 Step 1 |
There's confusion in the MissingCD filename. The note mentions "mask_guide_begin.fla" while Step 1 mentions "spotlight_begin.fla" The short term solution is to make sure both the same file with both names appears in the MissingCD. The next edition solution is to change Step 1 to read: " 1. Open the file make_guide_begin.fla..." |
![]() Chris Grover |
Sep 2009 |
| Printed | Page 127 Step 18 |
Sentence "Flash saves the movie clip symbol and brings you back to your main timeline." Should read: "...brings you back to the symbol timeline." |
![]() Chris Grover |
Sep 2009 |
| Printed | Page 131 Step 4, first sentence of explanation |
In the sentence..."As you drag the sign, a line with little round points appears marking the motion across the sage..." Should be "...across the stage..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 213 "Specifying Common RGB Colors" chart |
All "Red" values are incorrect. Values should be: 0 0 0 Black 255 255 255 White 255 0 0 Red 0 255 0 Green 0 0 255 Blue 255 255 0 Yellow 0 255 255 Cyan 255 0 255 Magenta Note from the Author or Editor: |
Anonymous | Sep 2009 |
| Printed | Page 263 paragraph 1.5 |
I am not so sure that CS4 comes with the templates listed in the book. I think it only comes with the Advertising category. Note from the Author or Editor: |
Anonymous | Sep 2009 |
| Printed | Page 365 4th Paragraph |
Cannot find file building_implode.flv in the "Missing CD" page Note from the Author or Editor: |
Anonymous | |
| Printed | Page 367 Step 7 |
"7. Click Continue..." should be "7. Click Next..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 368 Step 9 |
"9. Click Continue." should be "9. Click Next." (for Windows) Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 446 Paragraph after step 5 |
"The second line of code shown in step 5..." should be "...shown in step 4..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 449 Code listing just below figure 13-5 |
Reference to Card1 and Card2 should be PlayingCard1 and PlayingCard2 to align with code on previous pages and the sample file provided. Note from the Author or Editor: |
Jim Harrison | |
| Printed | Page 471,472 SwapChildren(), SwapChildrenAt() |
The explanation paragraph for these 2x functions seems to imply that the objects are swapped in terms of their x and y positions AS WELL as their z-order.... "swaps the position of two display objects in their display object container. This also changes the visual stacking order..." These functions ONLY affect z-order, not x and y coords or any other properties. I was confused by this till I looked up the Adobe documentation and got clarity. Note from the Author or Editor: |
Conor Rafferty | |
| Printed | Page 477 bottom of page, step 5 |
last line says "actions: Frame 25" should say "actions: 25" |
![]() Chris Grover |
Sep 2009 |
| Printed | Page 479, 480 pg 479, Step 4 & ActionScript code on pg. 480 |
Flash Sample File Error for Chapter 14, file: stop_go_begin.fla This error pertains to the ActionScript coding found in Chapter 14: Controlling Animation, on pp. 479 & 480. The problem is on pg. 479 step 4 which refers to 'stutzBearcat.stop();' and on pg. 480 ActionScript code lines 2 and 11, also referencing the stutzBearcat instance. The problem, the sample file did not name the stutzBearcat instance, hence at compile time error(s) will be generated. To rectify: 1) First you must unlock the stutz layer 2) Select the stutz bearcat instance on the stage 3) Name the movieclip stutzBearcat in the properties window 4) As a good practice, relock the stutz layer. 5) Test your movie Note from the Author or Editor: |
Scott Leitstein | |
| Printed | Page 483 bullet points 1 and 2 |
The text expects the sample file to have three layer, but the sample file only has two. The "labels" layer needs to be created by hand. Note from the Author or Editor: |
Conor Rafferty | |
| Printed | Page 491 bottom, Step 3 |
Last sentence on page reads "On the stage, you see the three buttons shown in Figure 14-13." That fig doesn't show the buttons. Change to "14-12" |
![]() Chris Grover |
Sep 2009 |
| Printed | Page 505 first bullet "enabled" at top of page |
Unnecessary comma - "If this value is, false..." should be "If this value is false..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 517 In the table at the botom of the page, in the "Expected Value" column |
"a stringy of characters" should be "a string of characters" Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 554 2nd last paragraph (para above "Note:") |
The text says: "ActionScript has a class called TextField that's the basis for Static Text, Dynamic Text and Input Text". ...This is incorrect. TextField class cannot be used to represent Static Text. Instead use the StaticText class! Note from the Author or Editor: |
Anonymous | |
| Printed | Page 561 second to last sentence on the page |
"For example, this statement that assigns the HTML coded string..." should be "For example, this IS THE statement that assigns..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 562 Second to last paragraph |
"...basic understanding of CSS to use it Flash." should be "...use it with Flash." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 570 Second sentence in second full paragraph |
Unnecessary comma - "First, of all,.." should be "First of all,..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 571 in first bullet point "subtract()" |
misspelled - "differnceOfPoints = ..." should be "differenceOfPoints = ..." Note from the Author or Editor: |
Gordon McKnight | |
| Printed | Page 594 "Separate potentially troublesome elements" paragraph |
"Putting all your labels into a separate layer (named "layers") and all your sounds into a layer (named "sounds") is a good idea, too." -> surely the author means "labels" rather than "layers" (in the first set of parentheses) as a suggested name for the layer ? Note from the Author or Editor: |
Conor Rafferty | Sep 2009 |

