home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 155 / MOBICLIC155.ISO / mac / DATA / DSS155 / DSS155_01 / fonts / BoomBox2.swf / scripts / BoomBox2.as < prev   
Text File  |  2013-07-08  |  335b  |  19 lines

  1. package
  2. {
  3.    import flash.display.Sprite;
  4.    import flash.text.Font;
  5.    
  6.    public class BoomBox2 extends Sprite
  7.    {
  8.       
  9.       public static const fontClass:Class = BoomBox2_fontClass;
  10.        
  11.       
  12.       public function BoomBox2()
  13.       {
  14.          super();
  15.          Font.registerFont(fontClass);
  16.       }
  17.    }
  18. }
  19.