Practice Quiz 01
(Note that you have only 3 tries to each question)

Q1 What character terminates a statement of code in ActionScript?
()
;
.
:
Q2. A function attached to an object is
A method
An anonymous function
Global
An event handler

Q3 ActionScript is
HTML Scripting
Object Oriented Scripting Language
Javascripting
C++
Q4 stop(); is a
button action
movie clip action
frame event action
never used
Q5 ________ is an instance of a class
Frame
Button Action
Movie Clip Event
Object
Q6 Which of the following scripts represent a method?
myBox._alpha = 10;
myBox.gotoAndPlay (2);
var myBox:Date = new Date();
startDrag(myBox);
Q7 Which of the following scripts represent a property?
startDrag(myBox);
var myBox:Date = new Date();
myBox.gotoAndPlay (2);
myBox._alpha = 10;
Q8 ActionScript 2.0 conforms to the ECMA-262 standards
True
False
Q9 Scripts can only be added to frames
True
False
Q10 Which of the following cleans up the Scripts in the ActionScript window
Check Syntax
Format Script
  Pin Script
Find & Replace