home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master7.dxr / 00397_7-2spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.1 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("72FRANK.WAV", 21, "F00.BMP", 2, s40, EMPTY)
  7.     animate(EMPTY, 21, "F00.BMP", 2, s40, EMPTY)
  8.     animate(EMPTY, 21, "F00.BMP", 2, s40, EMPTY)
  9.     animate(EMPTY, 21, "F00.BMP", 2, s40, EMPTY)
  10.     animate(EMPTY, 21, "F00.BMP", 2, s40, EMPTY)
  11.     animate(EMPTY, 21, "F00.BMP", 2, s40, EMPTY)
  12.     animate(EMPTY, 21, "F00.BMP", 2, s40, EMPTY)
  13.     puppetSprite(21, 0)
  14.     set the visible of sprite 21 to 0
  15.   end if
  16.   if gPerspective = 2 then
  17.     set the visible of sprite 22 to 1
  18.     animate("72ID.WAV", 22, "ID7-200.BMP", 6, s40, EMPTY)
  19.     animate(EMPTY, 22, "ID7-200.BMP", -6, s40, EMPTY)
  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("72ROARK.WAV", 23, "7-2R01.BMP", 3, s60, EMPTY)
  26.     animate(EMPTY, 23, "7-2R01.BMP", -3, 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.