home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER3.DXR / 00025.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  399 b   |  18 lines

  1. on exitFrame
  2.   global gPageNumber, gLocalPage, gReadVoice1, gReadVoice2, gReadVoice3
  3.   go("start")
  4.   set gLocalPage to 4
  5.   set gPageNumber to 4
  6.   set gReadVoice1 to 1
  7.   set gReadVoice2 to 1
  8.   set gReadVoice3 to 1
  9.   initializationRoutines()
  10.   idle()
  11.   startList("begin")
  12.   newList()
  13.   repeat with i = 16 to 24
  14.     set the visible of sprite i to 0
  15.   end repeat
  16.   set the visible of sprite 25 to 1
  17. end
  18.