topical media & game development

talk show tell print

actionscript-map-test-umap.ax

actionscript-map-test-umap.ax (swf ) [ flash ] flex


  package {
     import flash.display.Sprite;
     import com.afcomponents.umap.core.UMap;
     import flash.display.StageScaleMode;
     import flash.display.StageAlign;
     
     public class @ax-actionscript-map-test-umap extends Sprite
     {
        private var _map:UMap;
        
        public function @ax-actionscript-map-test-umap()
        {
           _map = new UMap();
           stage.scaleMode = StageScaleMode.NO_SCALE;
           _map.setSize(300, 300);
           addChild(_map);
        }
     }
  }
  
  


(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.