ActionScript VQS Errata – Code 17.2
January 18th, 2009 by Derrick Ypenburg
In Code 17.2:
circle.graphics.drawRect(0,0,75);
Should change to:
circle.graphics.drawCircle(0,0,75);
We are a small company focused on creating consistent media across the board for our clients by giving specialized, one-on-one service.
January 18th, 2009 by Derrick Ypenburg
In Code 17.2:
circle.graphics.drawRect(0,0,75);
Should change to:
circle.graphics.drawCircle(0,0,75);
no comments yet
Comments RSS Trackback
Leave a response
You must be logged in to post a comment.