home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / HookLine.swf / scripts / DefineSprite_242 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  220 b   |  10 lines

  1. comboDis = "x " + eval("/:comboCount");
  2. if(1 < eval("/:comboCount"))
  3. {
  4.    pointsDis = _root.boat.line.price * eval("/:comboCount") * 0.8 + " Points";
  5. }
  6. else
  7. {
  8.    pointsDis = _root.boat.line.price + " Points";
  9. }
  10.