Tag Archives: actionscript

AS Quiz #9

There were lots of great submissions to yesterdays quiz. If you haven’t seen them, check them out here
Click here to see two solutions two solutions to yesterdays quiz…

Today’s quiz is medium level and covers a few different topics…

Number of Questions : 6
Difficulty : Medium
Topic : Graphics Class and more

True or False... The drawPath() method of the Graphics class can draw both lines and curves.



True or False... The drawTriangles() method of the graphics class does 3D calculations.



Which of the below does not implement IGraphicsData?






Which of the following would you most likely use if you wanted to get access to "flashvars"?






True of False.... The URLVariables class is dynamic.



Fill in the blank. The URLVariables.toString() method returns a _______ string.









Posted in Quiz | Also tagged , , | 5 Comments

AS Quiz #8

Today’s quiz is not multiple choice. Instead, your task is to write a function that draws stairs that look like this:

Your function should have the following arguments:

drawStairs(graphics, stairNum);
// you may include additional arguments for size, depth etc..

Feel free to post your solution in the comments.

I’ll post my solution for this in the comments tomorrow. There is also another multiple choice quiz in the pipeline for tomorrow…

BONUS: Try to use as few Graphics class method calls as possible.

You can see my solutions here.

Posted in Graphics, Quiz | Also tagged , , | 19 Comments

AS Quiz #7

This quiz is about sound and gradients…

Number of Questions : 5
Difficulty : Medium
Topic : Sound and Gradients

Please go to AS Quiz #7 to view the quiz
Posted in Quiz | Also tagged , , | 4 Comments

AS Quiz #6

Wrote this quiz on the fly today… I think it came out pretty hard. Tomorrow I’ll post an easier quiz.

Number of Questions : 5
Difficulty : Medium/Hard
Topic : Mixed (Math, BitmapData, Design Patterns, Tweening)

Please go to AS Quiz #6 to view the quiz
Posted in Quiz | Also tagged , , | 3 Comments