Identify the letter of the choice that best matches the phrase or definition.
A. Use this kind of symbol for static objects
B. Use this kind of symbol for animations within a movie
C. Used by Flash to orient an object every time you animate it
D. Use this kind of symbol for interactivity
E. Crucial when using ActionScript to move instances
A. Graphic
B. Movie clip
C. transformation point
D. Button
E. registration point
You might also like to view...
The process of writing instructions for the computer using a programming language is called ____________________.
Fill in the blank(s) with the appropriate word(s).
Which of the following statements is false?
a. If a program uses multiple classes from the same package, these classes can access each other's package access members directly through references to objects of the appropriate classes, or in the case of static members, through the class name. b. Package access is rarely used. c. Classes in the same source file are part of the same package. d. Use the access modifier package to give a method or variable package access.