topical media & game development

talk show tell print

lib-present-graphic-imagination-Main.ax

lib-present-graphic-imagination-Main.ax [swf] [flash] flex


  
Neave Imagination // Example document class Copyright (C) 2008 Paul Neave http://www.neave.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation at http://www.gnu.org/licenses/gpl.html

  
  
  package
  {
          import flash.display.*;
          // import com.neave.imagination.*;
          
          [SWF(width="770", height="400", frameRate="31", backgroundColor="0x000000")]
          
          public class @ax-lib-present-graphic-imagination-Main extends Sprite
          {
                  private var imagination:lib_present_graphic_imagination_com_neave_imagination_NeaveImagination;
                  
                  public function @ax-lib-present-graphic-imagination-Main()
                  {
                          // Create Neave Imagination on the stage
                          var sprite:Sprite = new Sprite();
                          addChild(sprite);
                          imagination = new lib_present_graphic_imagination_com_neave_imagination_NeaveImagination(sprite);
                          
                          stage.showDefaultContextMenu = false;
                  }
          }
  }
  


(C) Æliens 04/09/2009

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.