home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master5.dxr / 00372.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  904 b   |  28 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40
  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("52FRANK.WAV", 21, "52F00.BMP", 6, s60, EMPTY)
  7.     puppetSprite(21, 0)
  8.     set the visible of sprite 21 to 0
  9.   end if
  10.   if gPerspective = 2 then
  11.     set the visible of sprite 22 to 1
  12.     animate("52ID.WAV", 22, "52I01.BMP", 3, s60, EMPTY)
  13.     animate(EMPTY, 22, "52I01.BMP", 3, s60, EMPTY)
  14.     animate(EMPTY, 22, "52I01.BMP", 3, s60, EMPTY)
  15.     animate(EMPTY, 22, "52I01.BMP", 3, 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("52ROARK.WAV", 23, "52R0.BMP", 5, s60, EMPTY)
  22.     animate(EMPTY, 23, "52R0.BMP", -5, s60, EMPTY)
  23.     puppetSprite(23, 0)
  24.     set the visible of sprite 23 to 0
  25.   end if
  26.   set the visible of sprite 24 to 1
  27. end
  28.