____ can be especially helpful when creating a frame-by-frame animation where you need to compare the current frame's contents to the previous frame's contents.
A. Onion skinning
B. Timelines
C. Scrubbing
D. Reframing
Answer: A
Computer Science & Information Technology
You might also like to view...
A file created by Microsoft Word is usually called a ____.
A. document B. spreadsheet C. slide show D. presentation
Computer Science & Information Technology
When creating a hyperlink, you can specify the link's target in the____ dialog box.
A. Create Hyperlink B. Insert Hyperlink C. Format Hyperlink D. none of the above
Computer Science & Information Technology
When a procedure is created, the ____ determines where the procedure is available.
A. Declarations statement B. scope C. Procedure D. object properties
Computer Science & Information Technology
Which function accepts two strings as arguments and returns True if the second string is contained in the first string or False if not?
a. append c. contains b. concatenate d. substring
Computer Science & Information Technology