home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / HighwaySpeed.swf / scripts / frame_83 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  669 b   |  11 lines

  1. if(hitdistance eq "Winners Club")
  2. {
  3.    printnews = "A Person identified as " add name add "has met with an accident near Winner\'s Club, " add name add "Has suffered serious injuries and has been admitted to a nearby Hospital. Doctors attending have assured that" add name add " would recover soon.";
  4. }
  5. else
  6. {
  7.    printnews = "A Person identified as  " add name add " has met with an accident " add hitdistance add " away from Winner\'s Club.  " add name add " Has suffered serious injuries and has been admitted to a nearby Hospital. Docters attending  have assured that  " add name add "  would recover soon.";
  8. }
  9. setProperty("/mask", _visible, "0");
  10. stop();
  11.