home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master14.dxr / 00219_14-5spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.0 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(EMPTY, 21, "143ID01.BMP", 3, s60, EMPTY)
  7.     animate("14I3SCRA.WAV", 21, "143ID01.BMP", 3, s60, EMPTY)
  8.     animate(EMPTY, 21, "143ID01.BMP", -2, s20, EMPTY)
  9.     animate(EMPTY, 21, "143ID01.BMP", 2, s20, EMPTY)
  10.     animate(EMPTY, 21, "143ID01.BMP", -3, s60, EMPTY)
  11.     puppetSprite(21, 0)
  12.     set the visible of sprite 21 to 0
  13.   end if
  14.   if gPerspective = 2 then
  15.     set the visible of sprite 22 to 1
  16.     animate("compcrap.WAV", 22, "14-3I01.BMP", 10, s20, EMPTY)
  17.     animate(EMPTY, 22, "14-3I02.BMP", 10, s40, EMPTY)
  18.     animate(EMPTY, 22, "14-3I02.BMP", 10, s60, EMPTY)
  19.     puppetSound(0)
  20.     puppetSprite(22, 0)
  21.     set the visible of sprite 22 to 0
  22.   end if
  23.   if gPerspective = 3 then
  24.     set the visible of sprite 23 to 1
  25.     animate("14R3BURP.WAV", 23, "143R01.BMP", 4, s60, EMPTY)
  26.     delay(30)
  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.