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

  1. on mouseUp
  2.   global gPerspective, s60, s40
  3.   set the visible of sprite 24 to 0
  4.   if gPerspective = 3 then
  5.     set the visible of sprite 21 to 1
  6.     animate("GUMB2.WAV", 21, "4-1001.BMP", 6, s40, EMPTY)
  7.     delay(16)
  8.     animate("GUMB2.WAV", 21, "4-1001.BMP", -6, 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 23 to 1
  14.     animate("PULSE2.WAV", 23, "4-1I01.BMP", 3, s40, EMPTY)
  15.     animate(EMPTY, 23, "4-1I01.BMP", -3, s40, EMPTY)
  16.     puppetSprite(23, 0)
  17.     set the visible of sprite 23 to 0
  18.   end if
  19.   if gPerspective = 1 then
  20.     set the visible of sprite 22 to 1
  21.     animate("RIP.WAV", 22, "41R01.BMP", -6, s60, EMPTY)
  22.     puppetSprite(22, 0)
  23.     set the visible of sprite 22 to 0
  24.   end if
  25.   set the visible of sprite 24 to 1
  26. end
  27.