home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master4.dxr / 00385.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  787 b   |  27 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("FRANK4A.WAV", 21, "44F01.BMP", 6, s60, EMPTY)
  7.     animate(EMPTY, 21, "44F01.BMP", 6, s60, EMPTY)
  8.     puppetSprite(21, 0)
  9.     set the visible of sprite 21 to 0
  10.   end if
  11.   if gPerspective = 2 then
  12.     set the visible of sprite 22 to 1
  13.     animate("ID4.WAV", 22, "44ID00.BMP", 5, s60, "44ID04.BMP ")
  14.     delay(120)
  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("RORK4.WAV", 23, "44R01.BMP", 6, s60, EMPTY)
  21.     delay(40)
  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.