home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master17.dxr / 00352_17-3spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  902 b   |  29 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("17F3NUNC.WAV", 21, "173F00.BMP", 4, s40, EMPTY)
  7.     delay(30)
  8.     animate(EMPTY, 21, "173F00.BMP", -4, s40, EMPTY)
  9.     puppetSprite(21, 0)
  10.     set the visible of sprite 21 to 0
  11.   end if
  12.   if gPerspective = 2 then
  13.     set the visible of sprite 22 to 1
  14.     animate("17I3ZAP2.WAV", 22, "173I01.BMP", 4, s60, EMPTY)
  15.     animate(EMPTY, 22, "173I01.BMP", -4, s60, EMPTY)
  16.     puppetSprite(22, 0)
  17.     set the visible of sprite 22 to 0
  18.   end if
  19.   if gPerspective = 3 then
  20.     set the visible of sprite 23 to 1
  21.     animate("17R3BAND.WAV", 23, "173R00.BMP", 3, s60, EMPTY)
  22.     delay(90)
  23.     animate(EMPTY, 23, "173R00.BMP", -3, s60, EMPTY)
  24.     puppetSprite(23, 0)
  25.     set the visible of sprite 23 to 0
  26.   end if
  27.   set the visible of sprite 24 to 1
  28. end
  29.