Visual Communications Home

Vcom 62/162 :: Adv Web

HTML – First Page

Due by:

Create a single page HTML5 website. You should have an index.html file, a includes folder, a css folder, and a images folder. This folder is its own site unto itself.

On this page you should have a wrapping div, and inside of the wrapping div: a header, a content, and a footer div. There should be a horizontal navigation at the top, that also has some sort of user feedback/interactivity. This interactivity will have to utilize the :hover Pseudo-class selector.

Also include a 3-column layout in your content area. A sidebar, a main area, and a section for tertiary content. Make sure to include h2-h6 in your html and style with css. Include paragraphs and style, and images with floats so the text can wrap.

When complete, upload your homework folder to your website folder. Then make sure to create a link to your homework folder vis-a-vis your homework page.



Flash – First Tweens

Create an Actionscript 3.0 Flash file. The size does not matter just make sure that it is 24 Frames Per Second (FPS). Extend your timeline out to at least 2 seconds or 48 Frames. You can do this either by inserting a keyframe, or inserting a frame at frame 48.

In your animation create 3 different shape tweens, and 3 different motion tweens. Each motion tween will have to be on its own layer. You should end up with 3 different symbols in your library.

Also create a blank layer that is on top of all the other layers. Name it “Actions”, and lock it, and turn off the eyeball of this layer. Go to the last frame of your timeline, and insert a Keyframe. With this Keyframe selected, open the Actions window (under window menu, or alt-F9) and type in stop();

Please turn in your work by uploading your flash file to your website folder, and create a link on your homework page to the flash file.