home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master13.dxr / 00363_13-1spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.1 KB  |  32 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("13F1SPIN.WAV", 21, "131F01.BMP", 16, s20, EMPTY)
  7.     animate(EMPTY, 21, "131F01.BMP", 16, s20, 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("13I1STAT.WAV", 22, "131ID01.BMP", 3, s60, EMPTY)
  14.     animate(EMPTY, 22, "131ID01.BMP", 3, s60, EMPTY)
  15.     animate(EMPTY, 22, "131ID01.BMP", 3, s60, EMPTY)
  16.     animate(EMPTY, 22, "131ID01.BMP", 3, s60, EMPTY)
  17.     animate(EMPTY, 22, "131ID01.BMP", 3, s60, EMPTY)
  18.     puppetSprite(22, 0)
  19.     set the visible of sprite 22 to 0
  20.   end if
  21.   if gPerspective = 3 then
  22.     set the visible of sprite 23 to 1
  23.     animate("13R1BRAI.WAV", 23, "131RO01.BMP", 4, s60, EMPTY)
  24.     animate(EMPTY, 23, "131RO01.BMP", 4, s60, EMPTY)
  25.     animate(EMPTY, 23, "131RO01.BMP", 4, s60, EMPTY)
  26.     animate(EMPTY, 23, "131RO01.BMP", 4, s60, EMPTY)
  27.     puppetSprite(23, 0)
  28.     set the visible of sprite 23 to 0
  29.   end if
  30.   set the visible of sprite 24 to 1
  31. end
  32.