ActionScript VQS Errata – Page 104 Typo – Code 7.6
December 30th, 2008 by Derrick Ypenburg
The two else if statements in Code 7.6 are both missing the opening curly brace after the condition. Both lines for the else if statements should look like this:
} else if (evt.type == “mouseUp”) {
} else if (evt.type == “mouseOver“) {
Thanks to Hannes Strydom for his find and feedback.
Cheers,
Derrick

no comments yet
Comments RSS Trackback
Leave a response
You must be logged in to post a comment.