REMEMBER:

•  Add your name to your projects
•  Save Photoshop projects as PSD and JPG
•  Save Bryce projects as BR7 and [Save Image As] JPG
•  Save Sculptris projects as SC1 and JPG and export it as an OBJ.
•  Save Rhino projects as 3DM and JPG
•  Save Flash projects as FLA and go to FILE>PUBLISH SETTINGS and publish as SWF and JPG
•  Upload finished projects to your portfolio and/or your DeviantArt page
•  Keep checking your grade on PowerSchool
DOWNLOADS:
Download Bryce 5 Trial Version
Download Sweet Home 3D
Download Rhino 3D 5.0 Trial Version
Download Sculptris
Download Windows Movie Maker 2.6
Download Java JDK
Download Greenfoot

Monday, January 13, 2014

Flash: Multimedia Greeting Card

Today we're going to be making a "Multimedia Greeting Card" in Adobe Flash.  The idea is that we will have a scene playing with a button that will take readers to the next scene.  When they click and open the next scene, there will be a button to close the card (and return to the main scene).

Requirements:
  • Custom Mouse Pointer
  • Card Cover (stops for button click)
  • Card Inside (stops for button click)
  • Buttons that change on "mouseover"
  • Some sort of animated element (i.e. a movie clip that plays on one of the pages)
There are a couple codes that you can use for this:

Stop Button:
stop();

Button Code:
on(release){
 gotoAndPlay('Wherever');
}

Mouse Pointer Code:
onClipEvent (load) {
Mouse.hide();
startDrag(this, true);
}
onClipEvent(mouseMove){
updateAfterEvent();
}
We will be working on this project this week.

The following is an example of the "Multimedia Greeting Card":



Here is a Multimedia Greeting Card Template, which you can open in Flash and customize it to be your own.  In the "spirit of the holidays" I have even added the ActionScript in for you.  :)

No comments:

Post a Comment