3
11- 12 -13 - Art for New Media TO DO today: 1 - Get practice files checked off at your desk ASAP! Please have all files up and ready to view when I come to your workstation. 2 - Select artist… Approve artist with teacher Begin research worksheet 3 - Setup OAG folder and KEEP ALL FILES IN THIS FOLDER! 4 - Work on Intro Animation, Nav Bar and Home page…

11-12-13

  • Upload
    chidi

  • View
    25

  • Download
    1

Embed Size (px)

DESCRIPTION

- PowerPoint PPT Presentation

Citation preview

Page 1: 11-12-13

11- 12 -13 - Art for New Media

TO DO today:

1 - Get practice files checked off at your desk ASAP!Please have all files up and ready to view when

I come to your workstation.

2 - Select artist…Approve artist with teacherBegin research worksheet

3 - Setup OAG folder and KEEP ALL FILES IN THIS FOLDER!

4 - Work on Intro Animation, Nav Bar and Home page…

5 - @font-face Demo > using fonts w. Dreamweaver/CSS

Page 2: 11-12-13

Steps to make a REMOTE or DISJOINT rollover -- create image in photoshop (use layers for states)- open in FW- slice active areas (any area that will have rollover behavior, including

“remote” area)- create states for each rollover area

for normal state, turn on visibility of all buttons, turn off visibility (eyeball in layers) of all remote area layers

copy normal state to make new states (so that all layers will be there)turn on visibility of remote area you wish to showmake change to button (ex. Filter in properties inspector - make sure your “button” layer is selected to add a filter)

- use behavior handle to create disjoint rollover (click and drag crosshair/handle to slice add swap image to slice (click on

behavior handle)select state that you will be swapping with current image

- save as png- file > export - make sure to select the following:export: HTML and images

html: html fileslices: export slicespages: current pagecheck only these boxes: include area w/o slices and

images in subfolder - open html file in dreamweaver

Page 3: 11-12-13

Steps to make a rollover with multiple states -- create image in photoshop (use layers for states)- open in FW- create states for each rollover behavior (off or normal, over and down)

copy normal state to maintain layers in all statesname each state (ex: coffee-off, coffee-over, and coffee-

down)- make changes to the states to show rollover image (turn on visibility of layer you want to show in each state)- save as png- file > export - make sure to select the following:

export: states to filesuncheck trim images box

- open a new dreamweaver file, save it- place image for off state (insert > image)- add rollover behavior > go to behaviors panel

add (click on plus sign) swap imagebrowse for image > choose over stateadd another behavior > this time choose down imagethen change it to onMouseDown in list to left of behavior

(click on blue arrows to see list)

- save and preview in browser