home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / frame_222 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  159 b   |  13 lines

  1. if(userLevel == 1)
  2. {
  3.    winnerTXT = "Novice";
  4. }
  5. else if(userLevel == 2)
  6. {
  7.    winnerTXT = "Intermediate";
  8. }
  9. else
  10. {
  11.    winnerTXT = "Championship";
  12. }
  13.