ActionScript VQS Errata – Page 104 Typo – Code 7.6

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

Leave a response

You must be logged in to post a comment.