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

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