home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / LetLoveEnergy.swf / scripts / DefineSprite_237 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  411 b   |  18 lines

  1. if(_root.failed)
  2. {
  3.    levelcomplete._visible = false;
  4.    timeup._visible = true;
  5.    _root.boo.start();
  6. }
  7. else
  8. {
  9.    levelcomplete._visible = true;
  10.    timeup._visible = false;
  11.    _root.clap.start();
  12. }
  13. timebonus = 1000 * _root.currenttimer;
  14. girlscollected = _root.currentgirls;
  15. totalscore = _root.currentgirls * timebonus + _root.totalscore;
  16. _root.totalscore = totalscore;
  17. _root.currentgirls = 0;
  18.