WILEY

KNOWLEDGE FOR GENERATIONS

WILEY - KNOWLEDGE FOR GENERATIONS

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0764536923
50 Fast Macromedia Flash MX Techniques
ISBN: 978-0-7645-3692-2
Paperback
256 pages
October 2002
This title is out-of-print and not currently available for purchase from this site.
  • Description
  • Table of Contents
  • Author Information
  • Reviews
  • Errata
  • Note

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Technique 44: Step 1. In line 8 of the ActionScript change
if (myHours>=12)   {
to
if (myHours>=13)   {
133 Right column: The text...
answersRight=0;
answersWrong=0;

should instead read...

rightAnswers=0;
wrongAnswers=0;