topical media & game development

talk show tell print

lib-flex-style-explorer-components-PickerCursor.ax

lib-flex-style-explorer-components-PickerCursor.ax (swf ) [ flash ] flex


  package 
  {
          import flash.display.Sprite;
          
          public class @ax-lib-flex-style-explorer-components-PickerCursor extends Sprite
          {
                  public function @ax-lib-flex-style-explorer-components-PickerCursor()
                  {
                          super();
                          
                          graphics.lineStyle(2,0x000000,1);
                          graphics.drawCircle(0,0,5);
                          graphics.endFill();
                          graphics.lineStyle(1,0xFFFFFF,1);
                          graphics.drawCircle(0,0,4.5);
                          
                          graphics.lineStyle();
                          graphics.beginFill(0xFFFFFF, 0);
                          graphics.drawRect(-3, -3, 6, 6);
                          graphics.endFill();
                  }
          }
  }
  


(C) Æliens 18/6/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.