home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / FishingHelp.swf / scripts / DefineSprite_162 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  122 b   |  8 lines

  1. function pointPlus(num)
  2. {
  3.    pointNum += num;
  4.    tokutenNum = Math.floor(num / 2);
  5. }
  6. pointNum = 1;
  7. tokutenNum = 0;
  8.