Home Work from last week:
    change the design & characters in :
      {{ -- :: SPACE SHOOTER :: -- }}
  Download : spaceshooter.zip
  
    I didn't ask you to do this last week... 
    but please add a link from your student page to an uploaded game you designed.
  
    Advice: 
    It does not matter how old you are, think about the damage you are doing to the 1 body that you have.
    Some damage is irreparable, and it's never too early to take precautions ( eyes, knees, back ).
  
    Assign Final Project
  
Danny Carrey | Black Swan | Dove : Real Beauty Sketches
    
    (Previous) Student Work :
  "Gunz"  | Warriors | Colors | Music Video (use a-z keys) | Game | Net.Art | Something Fun
FLASH :
    
    fun stuff: 
Jared Tarbell: http://www.levitated.net/
http://www.levitated.net/bones/blueBoxes/index.html 
http://www.boxofchocolates.nl/
    http://www.carnalfury.com/
Talk about net art
    
    for loops: 
    see "Three-expression for loops" (initializer ; loop-test ; counting expression)
    ///////////drawing with ActionScript3.0:
    var i : int; 
    graphics.lineStyle(1.5, 0x00ff00, 1); ///////////(size, color, alpha/style)
    for (i=0; i<500; i=i+5) { //set i to be zero, and add 5 to i as long as it's <500
    graphics.moveTo(30,10); /////(x, y)
    graphics.lineTo(100,200); 
    graphics.lineTo(300,10+i); 
    }
  
    ////////////////
  Pollock
    ///////////////
  
  more with for loops: 
    ///////////////////////////////////////frame1
    var i, frameCounter:int;
    frameCounter=0;
    ///////////////////////////////////////frame2
    frameCounter= frameCounter+1;
    graphics.clear();
    graphics.lineStyle(i, Math.random()*5000000, .25);
    for (i=0; i<=30; i=i+1) { 
    graphics.drawCircle(i*30,i*30,frameCounter/2);
    } 
    ///////////////////////////////////////frame3
    gotoAndPlay(2);
Arrays: 
    ( Week 7 )
| var groceryList:Array; groceryList=new Array() groceryList[0]="eggs"; groceryList[1]="bread"; groceryList[2]="milk"; groceryList[3]="cheese"; trace(groceryList);  | 
    
var a: Array; var i : int;  | 
    open squigles.fla | 
 
  
due : Next Week : Wed. May 1
come up with an idea for your Final Project
write a paragraph about it
PRINT IT! 
show it to me on an 8.5 x 11in. paper
FINAL PROJECT is due : Mon, MAY 20