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

  1. on exitFrame
  2.   global gPerspective, idleFlag
  3.   set idleFlag to 0
  4.   unLoadCast()
  5.   if gPerspective = 1 then
  6.     go("frank", "master2")
  7.   end if
  8.   if gPerspective = 2 then
  9.     go("jake", "master2")
  10.   end if
  11.   if gPerspective = 3 then
  12.     go("roark", "master2")
  13.   end if
  14. end
  15.