answered
Object Drawing - correct answer ✔✔-Each object can be edited independent of others.
-For example, an object is changed from red to yellow without affecting other overlapping objects.
Merge Drawing - correct answer ✔✔When you change the hair color from red to yellow, the whole
merged shape changes.
Symbols - correct answer ✔✔-Stored in the Library panel
-Can be used multiple times in the project without increasing the file size of the project
Ex- Using Movieclip symbols in Flash file
The types of tweening - correct answer ✔✔classic tween
motion tween
shape tween
tweening - correct answer ✔✔To create movement and changes of visual content over time, without
having to manually create the content frame by frame
The computer interpolates the changes between 2 keyframes
Javascript - correct answer ✔✔A scripting language for Web pages
________is NOT Java programming language
, When programming in ___________, you do not need to explicitly specify the data type.
HTML - correct answer ✔✔Stands for Hypertext Markup Language
HTML Document - correct answer ✔✔A plain text file, that can be created using: a text editor (Notepad
in Windows, or TextEdit in Mac OS)
a Web page editor
Markup Tag - correct answer ✔✔Tells the Web browser the format of the text
Surrounded by < >
Examples:
paragraph tag: <p>
In pairs: start tag and end tag (closing tag)
Example:
start tag: <p>
end tag: </p>
Placement of start and end tags
Example:
<p>This is a paragraph.</p>
<p> and </p>= element content
Basic Structure of an HTML Document - correct answer ✔✔<html>
<head>
<title>This is a title.</title>
</head>