home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / aether.swf / scripts / SFX3.as < prev    next >
Encoding:
Text File  |  2008-09-11  |  234 b   |  16 lines

  1. package
  2. {
  3.    import flash.media.Sound;
  4.    
  5.    [Embed(source="/_assets/752_SFX3.mp3")]
  6.    public dynamic class SFX3 extends Sound
  7.    {
  8.        
  9.       
  10.       public function SFX3()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.