home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER6.DXR / 00202_6-5spot.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  792 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("63FRANK.WAV", 21, "6-3F00.BMP", 5, s60, EMPTY)
  7.     delay(20)
  8.     animate(EMPTY, 21, "6-3F00.BMP", -5, s60, EMPTY)
  9.     puppetSprite(21, 0)
  10.     set the visible of sprite 21 to 0
  11.   end if
  12.   if gPerspective = 2 then
  13.     set the visible of sprite 22 to 1
  14.     animate("63ID.WAV", 22, "63ID00.BMP", 10, s60, EMPTY)
  15.     puppetSprite(22, 0)
  16.     set the visible of sprite 22 to 0
  17.   end if
  18.   if gPerspective = 3 then
  19.     set the visible of sprite 23 to 1
  20.     animate("63ROARK1.WAV", 23, "6-3R00.BMP", 4, s60, EMPTY)
  21.     delay(60)
  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.