IDs vs. Classes
<style>
.small{
font-size:.75em;
}
</style>
<span class="small">SMALL LETTERS</span>
Fun stuff:
Google fonts
border-radius: ??px; (round corners)
box-shadow: ??px;
Example:
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .50);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .50);
box-shadow: 0px 6px 6px rgba(0, 0, 0, .50);
-moz-border-radius: 10px 10px 10px 10px;
FLASH
*Publish Settings
*stage (size) please keep it under 1,000 px.
*properties window
*tools
*layers (timeline)
*library window
Chapter 7 Sample files: take a look at "Grotto"
why CS4?
Start animating with Flash:
Breaking a character into parts
Nesting symbols (Robot.fla)
Tweens: shape tween & classic tween
Let's make a robot dance!
HOME WORK (due at the beginning of class, Monday)
this week:
# 1 : Make 3 animated images of whatever you want
-your main timeline should be 1 frame
-you can have as many Movie Clip symbols as you want
- and they can have as many frames as you want.
-Publish them as a .swf file embedded in an html page
# 2 : Type up an idea for your "Project A"
(you can get started on it if you want)
- Save the text as a .pdf file
- I will have you upload these to the server
- And, add a link on your index page.