Due: Wed. 12/14 at 4:20.
Note: There is no "late" for this project.
Please Package and Place in my Dropbox a Folder with your name and the following 3 projects:
Each Step is worth 11 points:
Example 1: Buttons
1. Animate the gear.swf file within the button.
2. Have that button link off to another "State"
3. Add a Transition to the next States and back to the original State.
Example 2: Flower Gallery
1. Finish the Flower Gallery - 7 button/images update the 7 images in the main ImageHolder
2. Add Transitions to the buttons
3. Add Transitions between the States
Example 3: San Franciso Gallery
1. Create and Finish the PhotoGallery
2. Add your own images
3. Add Transitions to the buttons/images
4. Add Transitions between the States
Multi-Media Presentation
Thursday, December 8, 2011
Wednesday, December 7, 2011
Schedule for the Rest of the Semester
W: 12/7: Present Demos / Flash Catalyst Demo / Work Day
M: 12/12: Flash Catalyst Demo / Work Day
W: 12/14: Flash Catalyst Presentation / Last Day
Friday, December 2, 2011
Flash Catalyst
Adobe Video Samples: Flash Catalyst
Import .jpg Files. Label Folder Images, Add to stage. Make new folder, Thumbnails, add Thumbs to stage. Size as needed.
Select all images in LAYERS PANEL, make component in HUD, name it.
In HUD click State1, Duplicate and Remove Visibility in each State in the Layers when Selected
----------------------------
Gallery Steps
Video Files
Import .jpg Files. Label Folder Images, Add to stage. Make new folder, Thumbnails, add Thumbs to stage. Size as needed.
Select all images in LAYERS PANEL, make component in HUD, name it.
In HUD click State1, Duplicate and Remove Visibility in each State in the Layers when Selected
----------------------------
Gallery Steps
Video Files
Tuesday, November 29, 2011
Monday, November 28, 2011
var mainLoader:Loader = new Loader();
//create new URLRequest and fill it
var defaultSWF:URLRequest = new URLRequest("bear.swf");
//load the loader
mainLoader.load(defaultSWF);
//position the loader on the page
mainLoader.y = 0;
mainLoader.x = 0;
//add the loader to the page
addChild(mainLoader);
//*******************************************************
function step(event:MouseEvent):void {
removeChild(mainLoader);
SoundMixer.stopAll();
}
//event listeners which run function btnClick for CLICK event of each button
stepbystep_btn.addEventListener(MouseEvent.CLICK, step);
//create new URLRequest and fill it
var defaultSWF:URLRequest = new URLRequest("bear.swf");
//load the loader
mainLoader.load(defaultSWF);
//position the loader on the page
mainLoader.y = 0;
mainLoader.x = 0;
//add the loader to the page
addChild(mainLoader);
//*******************************************************
function step(event:MouseEvent):void {
removeChild(mainLoader);
SoundMixer.stopAll();
}
//event listeners which run function btnClick for CLICK event of each button
stepbystep_btn.addEventListener(MouseEvent.CLICK, step);
Presentation Schedule
Wednesday. 11/30:
1. Todd Bowie
2. Neal Siddell
3. Aaron Schute
4. Joshua
5. Max
6. Chelsey
7. Joshua D.
Monday 12/5:
8. Rachel
9. Casey
10. Tricia
11. Tami
12. Dale
13. Brett
14. Dan
1. Todd Bowie
2. Neal Siddell
3. Aaron Schute
4. Joshua
5. Max
6. Chelsey
7. Joshua D.
Monday 12/5:
8. Rachel
9. Casey
10. Tricia
11. Tami
12. Dale
13. Brett
14. Dan
Subscribe to:
Posts (Atom)