home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / Clusterz / Clusterz.swf / scripts / ClusterzL_OSBubbleBang07.as < prev    next >
Encoding:
Text File  |  2008-09-12  |  316 b   |  16 lines

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