home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / pup_idol.swf / binaryData / 2_pop_SWFBytes.bin / scripts / SFXButton.as < prev    next >
Encoding:
Text File  |  2008-08-07  |  271 b   |  16 lines

  1. package
  2. {
  3.    import uk.kerb.utils.sound.ExtendedSound;
  4.    
  5.    [Embed(source="/_assets/4_SFXButton.mp3")]
  6.    public dynamic class SFXButton extends ExtendedSound
  7.    {
  8.        
  9.       
  10.       public function SFXButton()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.