home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  326 b   |  12 lines

  1. _root.play();
  2. shuffSound = new Sound();
  3. shuffSound.attachSound("shuffleSound");
  4. chipSound = new Sound();
  5. chipSound.attachSound("chipMain");
  6. click = new Sound();
  7. click.attachSound("clickSound");
  8. chipSound2 = new Sound();
  9. chipSound2.attachSound("chipClear");
  10. cardDeal = new Sound();
  11. cardDeal.attachSound("cardMain");
  12.