ICT: ActionScript Flashcards

1
Q

What is ActionScript?

A

Is an object-
oriented programming language originally
developed by Macromedia
Inc. (later acquired by
Adobe).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Refers to languages that use
objects in programming.

A

Object-Oriented Programming Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Programming paradigm
based on the concept of
objects, which may contain
data and code.

A

Object-Oriented Programming Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give all list of Object-Oriented Programming Language.

A

Java, Python, C++, Lisp, Perl,
PHP, Ruby, C#, Visual Basic, HTML, and CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The programming language
used in Flash CS4 or
higher

A

ActionScript 3.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Part of the brain is responsible
for initiating and coordinating motor
movements;

A

Frontal Lobe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is used to
control the timeline or
make the buttons
interactive.

A

ActionScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

To apply ActionScript to
Flash objects, it should be a?

A

Movie clip or a button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What should you do when you are adding instance names?

A

You start it
with a lowercase letter and
when you need to separate
words, never use spaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What should you do in naming conventions?

A

Movie clips instance names
should have an ”_mc” suffix
and “_btn” for buttons.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Code Hinting

A

Gives you a clue as to what
objects you are adding
interactivity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Actions Panel

A

Lets you access all the actions that will
control your Flash movie.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Code Snippets Panel

A

Is designed to make it easy for
non-programmers to start
using simple JavaScript and
ActionScript 3.0 quickly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Steps on Code Snippets Panel

A
  • Add code that affects the behavior of an object on the Stage
  • Add code that controls the movement of the playhead in the Timeline
  • (CS5.5 only) - Add code that allows touchscreen user-interaction
  • Add new code snippets that you create to the panel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Demonstration

A
  1. Open an existing
    animation file as your
    subject for
    ActionScripting.
  2. Make sure that Action
    panel & code snippets are
    open.
  3. Make space for buttons.
  4. Highlight the active
    frames across all layers
    and drag.
  5. Create new layer and
    name it as play.
  6. Add another layer and
    name it as action.
  7. Select frame 1 of action
    layer and assign a stop
    command from the
    timeline navigation folder.
  8. Select the “Stop at this

Frame” script, and double
click. Pay attention to the
Action panel.

  1. Now, select frame 1 of
    play layer and choose “Go
    to Frame and Play”.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly