Learning ActionScript 3.0 by Rich Shupe, Zevan Rosser This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated January 21, 2008. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (4) line 9 chllenge should be challenge (42)(Safari only) sidebar - fig 3-4; "...t mouse over..." should be "...the mouse over..." or just "...mouse over..." (51)(Safari only) 4th para, 1st sentence; "...a shape is a display objects, as are..." should be "...a shape is a display object, as are..." (69) example code line 7; for (var 1:uint = 0; 1, btnNum; 1++) { should be: for (var i:uint = 0; i < btnNum; i++) { {113} line 19 of code; var menuBtn:MenuButtonMain = new MenuButtonMain(navData[i]); should be: var menuBtn:MenuButtonMain = new MenuButtonMain(_navData[i]);