home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master1.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  322 b   |  15 lines

  1. on exitFrame
  2.   global gPageNumber, gLocalPage, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4
  3.   set gPageNumber to 1
  4.   set gLocalPage to 1
  5.   set gReadVoice1 to 1
  6.   set gReadVoice2 to 1
  7.   set gReadVoice3 to 1
  8.   set gReadVoice4 to 1
  9.   initializationRoutines()
  10.   idle()
  11.   startList("begin")
  12.   newList()
  13.   go("start")
  14. end
  15.