topical media & game development

talk show tell print

actionscript-zoo-v1-src-VirtualZoo.ax

actionscript-zoo-v1-src-VirtualZoo.ax (swf ) [ flash ] flex


  package {
    import flash.display.Sprite;
    import zoo.*;
    
    public class actionscript-zoo-v1-src-VirtualZoo extends Sprite {
      private var pet;
  
      public function actionscript-zoo-v1-src-VirtualZoo () {
        pet = new VirtualPet("Stan");
        pet.eat(new Apple());
        pet.eat(new Sushi());
      }
    }
  }
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.