home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master18.dxr / 00348_18-4spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  851 b   |  27 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40, s20
  3.   set the visible of sprite 24 to 0
  4.   if gPerspective = 1 then
  5.     set the visible of sprite 21 to 1
  6.     animate("18F3SIGH.WAV", 21, "18-3F00.BMP", 3, s60, EMPTY)
  7.     animate(EMPTY, 21, "18-3F00.BMP", -3, s60, EMPTY)
  8.     puppetSprite(21, 0)
  9.     set the visible of sprite 21 to 0
  10.   end if
  11.   if gPerspective = 2 then
  12.     set the visible of sprite 22 to 1
  13.     animate("18I3BLI2.WAV", 22, "18-3I00.BMP", 1, s60, EMPTY)
  14.     delay(240)
  15.     puppetSprite(22, 0)
  16.     set the visible of sprite 22 to 0
  17.   end if
  18.   if gPerspective = 3 then
  19.     set the visible of sprite 23 to 1
  20.     animate("18R3CHNG.WAV", 23, "18-3R.BMP", 8, s60, "18-3R.BMP")
  21.     animate("18R3CHNG.WAV", 23, "18-3R.BMP", 8, s60, EMPTY)
  22.     puppetSprite(23, 0)
  23.     set the visible of sprite 23 to 0
  24.   end if
  25.   set the visible of sprite 24 to 1
  26. end
  27.