Tag Archives: as3

AS Quiz #11

Today’s quiz jumps around from topic to topic, touching on filters, events, BitmapData and more…

Number of Questions : 6
Difficulty : Medium
Topic : Miscellaneous

Which of the below correctly applies a ColorTransform instance to a display object called "clip"?





Which of the below is the correct way to apply a BlurFilter instance to a display object called "clip"?






Fill in the blank... The first three arguments of the BlurFilter constructor are _________.




Which of the below lists the event phases in the order they occur?





Fill in the blank... The eventPhase property of an Event object instance is of type ________.
Think twice before answering this one... its tricky.






True or False. ActionScript imposes a limit on the size of BitmapData instances you can create.





Posted in Quiz | Also tagged , , | 7 Comments

AS Quiz #10

Today’s quiz is about Events and OOP.

Number of Questions : 5
Difficulty : Easy
Topic : Events and OOP

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

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

Please go to AS Quiz #9 to view the quiz
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