Zebra0.com

alice worldUnderstanding the Alice Virtual World

Understanding the Alice Virtual World


Text of video
public void myFirstMethod() {
  //Programmer : Janet Joy     
  //Eagle flies     
  this.eagle.turnToFace( this.cliffWall5 );     
  this.eagle.place( SpatialRelation.ABOVE, this.cliffWall5 );     
  this.eagle.turnToFace( this.canyonSpires5 );     
  this.eagle.place( SpatialRelation.IN_FRONT_OF, this.canyonSpires5 );  
}

Next: Rabbit Falls in Pond using Functions