home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / OPTIONS / _dx111_TSActiveButton.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  343 b   |  16 lines

  1. package Code.OPTIONS
  2. {
  3.    import mx.core.SoundAsset;
  4.    
  5.    [Embed(source="/_assets/16_Code.OPTIONS._dx111_TSActiveButton_Code.OPTIONS._dx111_TSActiveButton.mp3")]
  6.    public class _dx111_TSActiveButton extends SoundAsset
  7.    {
  8.        
  9.       
  10.       public function _dx111_TSActiveButton()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.