home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / intro.dxr / 00001_StartMovie.ls next >
Encoding:
Text File  |  1996-08-29  |  97 b   |  8 lines

  1. global gGame, gText
  2.  
  3. on startMovie
  4.   cursor(200)
  5.   set gGame to gText = EMPTY
  6.   ResetScore()
  7. end
  8.