home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / cocoon.swf / scripts / frame_16 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  297 b   |  12 lines

  1. _root.score = 0;
  2. _root.bgm = new Sound();
  3. _root.bgm.attachSound("bgm");
  4. getUrl("FSCommand:showmenu", "false");
  5. if(countAdd == undefined)
  6. {
  7.    myVars = new LoadVars();
  8.    myVars.SendAndLoad("http://www.naive.it/counter/count.php?key=cocoon",myVars,"POST");
  9.    countAdd = true;
  10. }
  11. stop();
  12.