home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / frame_129 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  335 b   |  9 lines

  1. if(eval("/:score") < "60")
  2. {
  3.    set("/:winner","Brrrr, " add eval("/:name") add "!! You scored " add eval("/:score") add " points. You can\'t be proud of this, huh. Try harder.");
  4. }
  5. else
  6. {
  7.    set("/:winner","Way to go, " add eval("/:name") add "!! You scored " add eval("/:score") add " points. But still not the maximum.");
  8. }
  9.