home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master11.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  330 b   |  18 lines

  1. on exitFrame
  2.   global gPerspective, idleFlag, gMusic
  3.   if gMusic = 0 then
  4.     sound stop 2
  5.   end if
  6.   set idleFlag to 0
  7.   unLoadCast()
  8.   if gPerspective = 1 then
  9.     go("frank", "master10")
  10.   end if
  11.   if gPerspective = 2 then
  12.     go("jake", "master10")
  13.   end if
  14.   if gPerspective = 3 then
  15.     go("roark", "master10")
  16.   end if
  17. end
  18.