home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master5.dxr / 00361.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  882 b   |  29 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("51FRANK.WAV", 21, "51F01.BMP", 3, s40, EMPTY)
  7.     animate(EMPTY, 21, "51F01.BMP", 3, s40, EMPTY)
  8.     animate(EMPTY, 21, "51F01.BMP", 3, s40, EMPTY)
  9.     animate(EMPTY, 21, "51F01.BMP", 3, s40, EMPTY)
  10.     puppetSprite(21, 0)
  11.     set the visible of sprite 21 to 0
  12.   end if
  13.   if gPerspective = 2 then
  14.     set the visible of sprite 22 to 1
  15.     animate("51ID.WAV", 22, "51I01.BMP", 7, s60, EMPTY)
  16.     delay(60)
  17.     puppetSprite(22, 0)
  18.     set the visible of sprite 22 to 0
  19.   end if
  20.   if gPerspective = 3 then
  21.     set the visible of sprite 23 to 1
  22.     animate("51RORK2.WAV", 23, "51R01.BMP", 7, s60, EMPTY)
  23.     delay(60)
  24.     puppetSprite(23, 0)
  25.     set the visible of sprite 23 to 0
  26.   end if
  27.   set the visible of sprite 24 to 1
  28. end
  29.