home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / cocoon.swf / scripts / frame_16 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  289 b   |  12 lines

  1. _root.score = 0;
  2. _root.bgm = new Sound();
  3. _root.bgm.attachSound("bgm");
  4. 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.