home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / Jumper.swf / scripts / Main_sunImageClass.as < prev    next >
Encoding:
Text File  |  2008-09-05  |  274 b   |  16 lines

  1. package
  2. {
  3.    import mx.core.BitmapAsset;
  4.    
  5.    [Embed(source="/_assets/4_Main_sunImageClass.png")]
  6.    public class Main_sunImageClass extends BitmapAsset
  7.    {
  8.        
  9.       
  10.       public function Main_sunImageClass()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.