home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER8.DXR / 00253_8-6spot.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  1.1 KB  |  32 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40, s5
  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("83FRANK.WAV", 21, "83F01.BMP", 2, s40, EMPTY)
  7.     animate(EMPTY, 21, "83F01.BMP", 2, s40, EMPTY)
  8.     animate(EMPTY, 21, "83F01.BMP", 2, s40, EMPTY)
  9.     animate(EMPTY, 21, "83F01.BMP", 2, s40, EMPTY)
  10.     animate(EMPTY, 21, "83F01.BMP", 2, s5, EMPTY)
  11.     animate(EMPTY, 21, "83F01.BMP", 2, s5, EMPTY)
  12.     animate(EMPTY, 21, "83F01.BMP", 2, s5, 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("83ID.WAV", 22, "83ID00.BMP", 4, s40, EMPTY)
  19.     animate(EMPTY, 22, "83ID00.BMP", -4, 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("83ROARK.WAV", 23, "83R01.BMP", 1, s60, EMPTY)
  26.     delay(120)
  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.