home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master12.dxr / 00147_12-1spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.0 KB  |  33 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40, s20, s120
  3.   set the visible of sprite 24 to 0
  4.   if gPerspective = 1 then
  5.     set the visible of sprite 19 to 1
  6.     animate("12F2EXP2.WAV", 19, "12-2EF00.BMP", 7, s40, EMPTY)
  7.     puppetSprite(19, 0)
  8.     set the visible of sprite 19 to 0
  9.     set the visible of sprite 20 to 1
  10.     animate("12F2EXP2.WAV", 20, "12-2CF00.BMP", 10, s20, EMPTY)
  11.     puppetSprite(20, 0)
  12.     set the visible of sprite 20 to 0
  13.     set the visible of sprite 21 to 1
  14.     animate("12F2EXP2.WAV", 21, "12-2AF01.BMP", 16, s60, EMPTY)
  15.     puppetSprite(21, 0)
  16.     set the visible of sprite 21 to 0
  17.   end if
  18.   if gPerspective = 2 then
  19.     set the visible of sprite 22 to 1
  20.     animate("12I2SERV.WAV", 22, "122ID01.BMP", 1, s60, EMPTY)
  21.     delay(360)
  22.     puppetSprite(22, 0)
  23.     set the visible of sprite 22 to 0
  24.   end if
  25.   if gPerspective = 3 then
  26.     set the visible of sprite 23 to 1
  27.     animate("12R2ROAR.WAV", 23, "PERF01.BMP", 23, s40, EMPTY)
  28.     puppetSprite(23, 0)
  29.     set the visible of sprite 23 to 0
  30.   end if
  31.   set the visible of sprite 24 to 1
  32. end
  33.