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

  1. on exitFrame
  2.   global gPerspective, gIvtv1, gIvtv2, gIvtv3
  3.   unLoadCast()
  4.   set gIvtv1 to 1
  5.   set gIvtv2 to 1
  6.   set gIvtv3 to 1
  7.   if gPerspective = 1 then
  8.     go("frank", "master5")
  9.   end if
  10.   if gPerspective = 2 then
  11.     go("jake", "master5")
  12.   end if
  13.   if gPerspective = 3 then
  14.     go("roark", "master5")
  15.   end if
  16. end
  17.