home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master13.dxr / 00366_13-7spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1023 b   |  32 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("13F4FAX1.WAV", 21, "134F01.BMP", 3, s60, EMPTY)
  7.     delay(60)
  8.     animate(EMPTY, 21, "134F01.BMP", -3, 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("13I4FAX2.WAV", 22, "134ID01.BMP", 3, s60, EMPTY)
  15.     delay(60)
  16.     animate(EMPTY, 22, "134ID01.BMP", -3, s60, EMPTY)
  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("13R4FAX3.WAV", 23, "134R01.BMP", 3, s40, EMPTY)
  23.     animate(EMPTY, 23, "134R01.BMP", -3, s40, EMPTY)
  24.     animate(EMPTY, 23, "134R01.BMP", 3, s40, EMPTY)
  25.     delay(60)
  26.     animate(EMPTY, 23, "134R01.BMP", -3, s40, EMPTY)
  27.     puppetSprite(23, 0)
  28.     set the visible of sprite 23 to 0
  29.   end if
  30.   set the visible of sprite 24 to 1
  31. end
  32.