NEW
Font size
WorksheetsCh_9 Introduction to ActionScript
Total questions: 15
Worksheet time: 4hrs 45mins
What class must an object be a part of in order to be on the display list?
ShowObjects
ObjectDisplay
ObjectShow
DisplayObjects
Which of the following is not a data type listed in the text?
Number
String
List
Shape
What is the syntax for creating a variable? (remember naming conventions)
Variable:Data Type
var variableName:DataType
var Name:Data Type
insert: variable:Name
What does Flash use to recognize that an event has occurred?
Event Listener
Event Checker
If / Then statements
Listen Assist
What is the term for a block of code that Flash executes in response to an event?
List
Stable
Function
Result
Clicking the _____ button formats the code in accordance with ActionScript formatting conventions.
Autoformat
Format
Check format
Able format
When using AS3 code, what is used to terminate an ActionScript statement?
:
;
<
>
When writing AS3 code, what is used to group actions?
{ }
[ ]
" "
< >
What is the proper term for predefined blocks of AS3 code that can be incorporated into your work?
Templates
Code templates
Code snippets
Code pieces
As you write more and more code, it becomes useful to provide _____ to help clarify what is happening in a particular section of code.
points
comments
drafting
balloons
What is the keyword used to create a variable in ActionScript?
vari
variable
vary
var
To ensure your ActionScript will run correctly, do not include _____ in variable names.
numbers
spaces
capital letters
lower case
It is good practice to always check _____ after typing code.
variables
compiled errors
syntax
structure
Where can you find the Text tool?
Tools panel
History panel
Selection panel
Tools Selection panel
__________ text fields are used to allow changes to text via code.
Input
Static
Dynamic
None of these are correct
