Wednesday, the 11th: Last Day to Drop w/o a Grade of 'W'
styling links
a:link {color:#FF0000;}
Hexadecimal System (RGB)
Center divs using CSS:
#wrap{
text-align:left;
max-width:1000px;
min-width:600px;
margin-left:auto;
margin-right:auto;
width:60%;
background-color:white;
padding:10px;
}
CSS3:
html{
font-size:12px;
font-family:Helvetica, Arial, sans-serif;
height:100%;
overflow-y: scroll;
background: url(images/bg.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
IDs vs. Classes
<style>
.small{
font-size:.75em;
}
</style>
<span class="small">SMALL LETTERS</span>
Fun stuff:
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!
#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.