home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master14.dxr / 00218_14-4spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  878 b   |  27 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("14F2HOP2.WAV", 21, "FR14-2A.BMP", 3, s60, EMPTY)
  7.     animate(EMPTY, 21, "FR14-2A.BMP", 3, s60, EMPTY)
  8.     animate(EMPTY, 21, "FR14-2A.BMP", 3, s60, EMPTY)
  9.     animate(EMPTY, 21, "FR14-2A.BMP", 3, s60, EMPTY)
  10.     puppetSprite(21, 0)
  11.     set the visible of sprite 21 to 0
  12.   end if
  13.   if gPerspective = 2 then
  14.     set the visible of sprite 22 to 1
  15.     animate("14I2SCA2.WAV", 22, "14-2I00.BMP", 11, s60, EMPTY)
  16.     puppetSprite(22, 0)
  17.     set the visible of sprite 22 to 0
  18.   end if
  19.   if gPerspective = 3 then
  20.     set the visible of sprite 23 to 1
  21.     animate("14R2DIVE.WAV", 23, "14-2R01.BMP", 6, s60, EMPTY)
  22.     puppetSprite(23, 0)
  23.     set the visible of sprite 23 to 0
  24.   end if
  25.   set the visible of sprite 24 to 1
  26. end
  27.