ActionScript VQS Errata – Code 17.2

In Code 17.2:

circle.graphics.drawRect(0,0,75);

Should change to:

circle.graphics.drawCircle(0,0,75);

no comments yet

Leave a response

You must be logged in to post a comment.