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

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