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

  1. on exitFrame
  2.   global gPerspective, gMusic
  3.   unLoadCast()
  4.   puppetSprite(2, 0)
  5.   puppetSprite(3, 0)
  6.   puppetSprite(4, 0)
  7.   puppetSprite(5, 0)
  8.   puppetSprite(6, 0)
  9.   puppetSprite(7, 0)
  10.   puppetSprite(8, 0)
  11.   if gMusic = 0 then
  12.     sound close 2
  13.   end if
  14.   if gPerspective = 1 then
  15.     go("frank", "master2")
  16.   end if
  17.   if gPerspective = 2 then
  18.     go("jake", "master2")
  19.   end if
  20.   if gPerspective = 3 then
  21.     go("roark", "master2")
  22.   end if
  23. end
  24.