By Zevan | January 20, 2010
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.
Also posted in Graphics | Tagged actionscript, as3, flash, Quiz |
By Zevan | January 19, 2010
This quiz is about sound and gradients…
Number of Questions : 5
Difficulty : Medium
Topic : Sound and Gradients
Posted in Quiz | Tagged actionscript, as3, flash, Quiz |
By Zevan | January 18, 2010
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 | Tagged actionscript, as3, flash, Quiz |
By Zevan | January 15, 2010
Here is another quiz. The next quiz will be posted on Monday.
Number of Questions : 5
Difficulty : Medium
Topic : General
Please go to
AS Quiz #5 to view the quiz
Posted in Quiz | Tagged actionscript, as3, flash, Quiz |