Friday, February 25, 2005

2/25/05

Per 2 - Intro to Computer Magnet

Daily Journal

Mr. Dino will be out today to accompany 7 ladies to the Latina Chamber of Commerce luncheon.

Please respect the guest teacher and the machines.

Question: view this north student flash biography about Ben Vigil. 1) what did you learn about Ben?

Classwork:

Take a discover zone activity (theme) and summarize, with your own flash movie, the key learning points of the movie.

Turn your .swf file into the drop box today, Friday! (Project Management drop box). Make sure your name is on your file: example: student_name_disc_zone.swf.

Movie Requirements:

  • at least 2 scenes
  • navigation (buttons that work); user should be able to get to all scenes
  • motion tween (the manual way) in scene 1
  • shape tween in scene 2
  • cartoon character
  • summary of discover zone theme
  • music in each scene; music should stop when moving from scene to scene
  • note: review your other completed flash movie to review the actionscript needed

Movies to help you learn:

  • shape tweening: find link on this page
  • basic motion tweening: find link on this page


Per.4 - Pathways

Daily Journal

Mr. Dino will be out today to accompany 7 ladies to the Latina Chamber of Commerce luncheon.

Please respect the guest teacher and the machines.

Question: view this north student flash biography about Ben Vigil. 1) what did you learn about Ben?

Classwork

work on on your projects.


Per 6 - Advanced Web Design 2

Daily Journal

Mr. Dino will be out today to accompany 7 ladies to the Latina Chamber of Commerce luncheon.

Please respect the guest teacher and the machines.

Question: view this north student flash biography about Ben Vigil. 1) what did you learn about Ben?


Classwork:

Create a Flash Narrative about a subject you like; attach a quiz about the content
See Mr. Dino's example here.

Turn your .swf file into the drop box today, Friday! (Advance Web2 drop box). Make sure your name is on your file: example: student_name_.swf. Also make sure you include the quiz swf.

Requirements:

  • subject must be educational (any questions? see teacher)
  • use Flash narrative template if desired, but be careful!
  • one scene must reflect your own creativity in explaining the subject (use video, photos, animation, etc.)
  • use quiz template from Flash and modify; attach quiz to your main flash movie
Tips: here's the actionscript to load your quiz swf file. (refer to Mr. Dino's example )
Note: your main movie must load the quiz swf file. Attach this code to a button (see scene 5 in Mr. Dino's example).

Code to load movie:

on (release) {
loadMovieNum ("quiz.swf", 38);
}

Note: your quiz movie is published as quiz.swf in above example

Code to unload movie: (attach this code to a stop button):
on (release) {
unloadMovieNum (38);
stopAllSounds();

}



<< Home

This page is powered by Blogger. Isn't yours?