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

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