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

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