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.





This entry was posted in Quiz and tagged , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

7 Comments

  1. Posted January 25, 2010 at 11:31 am | Permalink

    it was tricky indeed :)
    i voted for int :(

  2. Posted January 25, 2010 at 12:27 pm | Permalink

    still lovin them quizes! keep on the great work w00t! \o/

  3. Posted January 26, 2010 at 1:16 am | Permalink

    You scored 6 out of 6. (100.00 %)

    that’s fun, keep them coming !

  4. Wieb
    Posted January 26, 2010 at 2:35 am | Permalink

    var ct:ColorTransform = new ColorTransform();
    ct.color = 0xFF0000;
    clip.trasform.colorTransform = ct

    trasform is typo !?!
    regards, Wieb

  5. Posted January 26, 2010 at 9:12 am | Permalink

    good catch weib! fixed :D

  6. Rishabh Govindraj
    Posted January 27, 2010 at 1:02 am | Permalink

    “You scored 6 out of 6. (100.00 %)”
    really tricky this time

  7. Abhijeet D
    Posted February 9, 2010 at 10:54 pm | Permalink

    “You have Completed AS Quiz AS Quiz # 11

    You scored 5 out of 6. (83.33 %)”

    The question about “eventPhase property” was real tricky..

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*