home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER10.DXR / 00005.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  297 b   |  17 lines

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