wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Adobe Animate - Escape room

Total questions: 14

Worksheet time: 9mins

Name
Class
Date
1.

What is the script to stop a frame?

a)

stop();

b)

stop():

c)

stop(1);

d)

stop.

2.

What is the meaning/purpose of this script?

mcInventory1.visible=false;

a)

Opacity value of a button name mcInventory1 is zero

b)

Opacity value of a button name mcInventory1 is a hundred

c)

Opacity value of a movie clip name mcInventory1 is zero

d)

Opacity value of a movie clip name mcInventory1 is a hundred

3.

Which line in the picture that trigger a value to be increase?

a)

Line 31

b)

Line 32

c)

Line 33

d)

Line 34

4.

Which line make the value visible to a text box?

a)

Line 31

b)

Line 32

c)

Line 33

d)

Line 34

5.

What is the instance name of the object that being clicked in this script?

a)

btKey1

b)

DtTextBox

c)

mcInventory2

d)

mcInventoryStage2

6.

When is btKey1 will be visible to the user/gamer?

a)

When mcInventoryStage2 being clicked 5 times

b)

When mcInventory2 being clicked 5 times

c)

When InventoryCount being clicked 5 times

d)

When DtTextbox value is equal to five

7.
What tells ActionScript that it has reached the end of a code line?
a)
A semicolon (;)
b)
A dash (-)
c)
A period (.)
d)
A curly bracket (})
8.
How do you add ActionScript in the Actions panel?
a)
ALL
b)
Choose Window > Actions
c)
Right-click and select Actions
d)
Select keyframe and click the ActionScript panel icon in the Properties panel
9.
How are keyframes that contain ActionScript indicated?
a)
small lowercase "a"
b)
small lowercase "as"
c)
small uppercase "A"
d)
small uppercase "AS"
10.
You need to name an instance, so ActionScript can identify it with code.
a)
True
b)
False
11.

The Adobe Animate timeline is divided up into little rectangles. Each rectangle is called a

a)

frame

b)

rectangle

c)

box

d)

thing

12.

What tool would you use to change the size of a symbol?

a)

Keyframe

b)

Shape Tool

c)

Selection Tool

d)

Free Transform Tool

13.

If you want to change the Fill Color of your shape, all you need to do is change the Stroke Color of the shape in the Shape Properties

a)

True

b)

False

14.

By default, the stage color is set to Black.

a)

True

b)

False