Book CorRections
| ||||
Corrects and Support for Gary Rosenzweig's Older Books |
Note: All of the following books are either out-of-print or have been replaced with updated versions. To get support for a newer book, select the book from this page and look for the link to the support page near the bottom. |
Special Edition Using Director 8
x = cos*radius y = sin*radius x = cos(a)*radius y = sin(a)*radius The source of the CD-ROM is correct. It is only the text in the book that was affected. |
Special Edition Using Director 7
Hey, everybody makes mistakes! Well, in order for a mistake to have slipped in to the Using Director 7 book, it had to get by the author, a project editor, a technical editor, a copy editor, and then the author again. So, how does a mistake slip through? Well, there are 988 pages in the book, with maybe 200-400 words per page. That's about 300,000 words. So if we got 99.9999% of the book right, there could still be 30 mistakes. Chances are that most of these would be harmless. Anyway, here's what we've found so far: One way to fix it, is to insert this line right after the "if thisline <> pLastHilite then" in the on exitFrame handler: if thisline < 1 or thisline > pText.line.count-1 then thisline = 1 |