Tag Archives: actionscript

AS Quiz #5

Here is another quiz. The next quiz will be posted on Monday.


Number of Questions : 5
Difficulty : Medium
Topic : General

Which one of the below statements is true?





Which of the below is not a public static constant of the MouseEvent class.





Which of the below will successfully trace out the x property of a MovieClip with the instance name "clip"?






Which of the below is a valid way to call the navigateToURL() function?





True or False... The following snippet is valid ActionScript?

function sayHi():void {
	trace("hello there");
}

this["sayHi"]();





Posted in Quiz | Also tagged , , | 10 Comments

AS Quiz #4

This quiz contains a few questions about design patterns. I think the best intro book to design patterns is Head First Design Patterns. (the examples are in Java but it is an excellent resource/intro). After that its worth checking out GOF


Number of Questions : 7
Difficulty : If you know patterns this will be easy, if not, it will make very little sense to you.
Topic : Design Patterns

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

AS Quiz # 3

Here is another quiz. Tomorrows quiz will be about design patterns…

Number of Questions : 5
Difficulty : Easy
Topic : General

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

AS Quiz # 2

People seemed to do pretty well on yesterday’s quiz. I have lots of questions written that fall into that same category of being somewhere between beginner and intermediate level. I decided to write a trickier quiz for today. Tomorrow I’ll alternate back to some easier questions. This quiz is really more about operators and hex numbers than ActionScript…

Number of Questions : 5
Difficulty : Medium
Topic : Operators and Hexadecimal

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