home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / silentcursor.swf / scripts / mochicrypt / Background.as next >
Encoding:
Text File  |  2008-09-26  |  268 b   |  16 lines

  1. package mochicrypt
  2. {
  3.    import flash.display.Bitmap;
  4.    
  5.    [Embed(source="/_assets/5_mochicrypt.Background.png")]
  6.    public class Background extends Bitmap
  7.    {
  8.        
  9.       
  10.       public function Background()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.