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

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