home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master10.dxr / 00324_3Aspot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  948 b   |  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("10F1BUNK.WAV", 21, "101F00.BMP", 3, s40, EMPTY)
  7.     puppetSprite(21, 0)
  8.     set the visible of sprite 21 to 0
  9.   end if
  10.   if gPerspective = 2 then
  11.     set the visible of sprite 22 to 1
  12.     animate("10I1ROLL.WAV", 22, "101I01.BMP", 1, s60, EMPTY)
  13.     delay(120)
  14.     animate(EMPTY, 22, "101I02.BMP", 1, s60, EMPTY)
  15.     delay(60)
  16.     animate(EMPTY, 22, "101I03.BMP", 1, s60, EMPTY)
  17.     delay(90)
  18.     puppetSound(0)
  19.     puppetSprite(22, 0)
  20.     set the visible of sprite 22 to 0
  21.   end if
  22.   if gPerspective = 3 then
  23.     set the visible of sprite 23 to 1
  24.     animate("10R1TUNG.WAV", 23, "101R01.BMP", 5, s60, EMPTY)
  25.     delay(10)
  26.     animate(EMPTY, 23, "101R01.BMP", -5, 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.