home *** CD-ROM | disk | FTP | other *** search
/ Painter Bear's Language Bridge — Italian / Bridge_ponte_itialian.iso / pc / helpers / open.dxr / 00028_preRace.ls < prev    next >
Encoding:
Text File  |  2001-02-22  |  191 b   |  11 lines

  1. on exitFrame
  2.   global gRaceTimer
  3.   reportTimer(gRaceTimer)
  4.   if the myTime of gRaceTimer >= 90 then
  5.     stopTimer(gRaceTimer)
  6.     giveRaceInstructions()
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.