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

  1. on mouseUp
  2.   global gPerspective, s1, s40
  3.   set the visible of sprite 23 to 0
  4.   if gPerspective = 1 then
  5.     animate("HMM.WAV", 22, "face1.bmp", 5, s1, EMPTY)
  6.     animate(EMPTY, 22, "face1.bmp", -5, s40, "face1.bmp")
  7.   end if
  8.   if gPerspective = 2 then
  9.     animate("FLUXFX.WAV", 22, "flux1.bmp", 10, s40, EMPTY)
  10.     animate(EMPTY, 22, "flux5.bmp", 5, s40, EMPTY)
  11.     animate(EMPTY, 22, "flux5.bmp", 5, s40, EMPTY)
  12.     animate(EMPTY, 22, "flux5.bmp", 5, s40, EMPTY)
  13.     animate(EMPTY, 22, "FACE1.BMP", -5, s40, EMPTY)
  14.   end if
  15.   if gPerspective = 3 then
  16.     animate("CUCKOO.WAV", 22, "smil1.bmp", 6, s40, EMPTY)
  17.     animate(EMPTY, 22, "smil1.bmp", -6, s1, "smil1.bmp")
  18.   end if
  19.   set the visible of sprite 23 to 1
  20.   puppetSprite(22, 0)
  21. end
  22.