AS Quiz #17

This quiz jumps around a bit from MovieClips to OOP.

Number of Questions : 7
Difficulty : Medium
Topic : MovieClips and OOP

Which of the below is an array of the frame labels in a given MovieClip?





When you manually nest a MovieClip in the Flash IDE, you are then able to use dot syntax to target the nested clip - for instance:

containerClip.nestedClip.play();

This is made possible in part because __________________. (fill in the blank)







True or False... Because MovieClips are dynamic, you can add properties and methods to individual instances of them at runtime.



True or False. The Object class is dynamic.



True or False... In AS3, private constructors are used to create Singletons.



True or False... Using an opening { and a closing } you can define a static initializer within a class.



Fill in the blank... To move forward one frame in a MovieClip you could use the _____________ method.








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

7 Comments

  1. jared
    Posted February 9, 2010 at 10:29 pm | Permalink

    5/6 i got the last one wrong! ha. idk why i got that wrong.

  2. Rishabh Govindraj
    Posted February 10, 2010 at 2:23 am | Permalink

    “You scored 7 out of 7.

    Your performance have been rated as ‘Unbeatable’ ”
    no comment again

  3. DieTapete
    Posted February 10, 2010 at 5:51 am | Permalink

    5/7 What the heck is a static initializer? :P

  4. Posted February 10, 2010 at 8:10 am | Permalink

    think of a static initializer as a static constructor…

  5. alvaro obyrne
    Posted February 10, 2010 at 11:25 am | Permalink

    could you write a snippet example of a static initializer, please…

  6. Posted February 10, 2010 at 11:47 am | Permalink

    I wrote 3 or 4 examples a few months ago:

    This is the simplest
    http://actionsnippet.com/?p=719

    // here are the rest
    http://actionsnippet.com/?s=static+initializer&searchsubmit=Search

    the eariliest is the simplest… the rest are a little complex

  7. alvaro obyrne
    Posted February 10, 2010 at 3:06 pm | Permalink

    Thank you, sir…

Post a Comment

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

*
*