home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master10.dxr / 00325_4spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.1 KB  |  37 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("10F2EXPL.WAV", 21, "10-2F01.BMP", 6, 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("10I2ALAR.WAV", 22, "101I04.BMP", 1, s60, EMPTY)
  13.     delay(30)
  14.     animate(EMPTY, 22, "101I05.BMP", 1, s60, EMPTY)
  15.     delay(30)
  16.     animate(EMPTY, 22, "101I06.BMP", 1, s60, EMPTY)
  17.     delay(30)
  18.     animate(EMPTY, 22, "101I07.BMP", 1, s60, EMPTY)
  19.     delay(30)
  20.     animate(EMPTY, 22, "101I08.BMP", 1, s60, EMPTY)
  21.     delay(30)
  22.     animate(EMPTY, 22, "101I09.BMP", 1, s60, EMPTY)
  23.     delay(30)
  24.     puppetSound(0)
  25.     puppetSprite(22, 0)
  26.     set the visible of sprite 22 to 0
  27.   end if
  28.   if gPerspective = 3 then
  29.     set the visible of sprite 23 to 1
  30.     animate("10R2BONE.WAV", 23, "102R00.BMP", 1, s60, EMPTY)
  31.     delay(60)
  32.     puppetSprite(23, 0)
  33.     set the visible of sprite 23 to 0
  34.   end if
  35.   set the visible of sprite 24 to 1
  36. end
  37.