home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master7.dxr / 00421.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  921 b   |  28 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("74FRANK.WAV", 21, "7-3F01.BMP", 2, s60, EMPTY)
  7.     animate(EMPTY, 21, "7-3F01.BMP", 2, s60, EMPTY)
  8.     animate(EMPTY, 21, "7-3F01.BMP", 2, 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("74ID.WAV", 22, "7-3I01.BMP", 11, s40, EMPTY)
  15.     animate(EMPTY, 22, "7-3I01.BMP", -11, s40, 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("74ROARK.WAV", 23, "7-3R02.BMP", 6, s60, EMPTY)
  22.     animate(EMPTY, 23, "7-3R02.BMP", -6, 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.