home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / rooftopmadness.swf / scripts / DefineSprite_189 / frame_16 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  207 b   |  16 lines

  1. if(lowestScore < _level0.total_score)
  2. {
  3.    tellTarget("_level0")
  4.    {
  5.       gotoAndStop("goodscore");
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("_level0")
  11.    {
  12.       gotoAndStop("badscore");
  13.    }
  14. }
  15. stop();
  16.