home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master6.dxr / 00201_6-2spot.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  941 b   |  30 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40, s20
  3.   set the visible of sprite 24 to 0
  4.   if gPerspective = 2 then
  5.     set the visible of sprite 21 to 1
  6.     animate("62FRANK.WAV", 21, "62F0.BMP", 3, s60, EMPTY)
  7.     animate(EMPTY, 21, "62F0.BMP", 3, s60, EMPTY)
  8.     animate(EMPTY, 21, "62F0.BMP", 3, s60, EMPTY)
  9.     puppetSprite(21, 0)
  10.     set the visible of sprite 21 to 0
  11.   end if
  12.   if gPerspective = 3 then
  13.     set the visible of sprite 22 to 1
  14.     animate("62ID.WAV", 22, "62ID00.BMP", 3, s60, EMPTY)
  15.     delay(30)
  16.     animate(EMPTY, 22, "62ID00.BMP", -3, s60, EMPTY)
  17.     puppetSprite(22, 0)
  18.     set the visible of sprite 22 to 0
  19.   end if
  20.   if gPerspective = 1 then
  21.     set the visible of sprite 23 to 1
  22.     animate("6R2DIAL.WAV", 23, "6-2R01.BMP", 5, s60, EMPTY)
  23.     delay(40)
  24.     animate(EMPTY, 23, "6-2R01.BMP", -5, s60, EMPTY)
  25.     puppetSprite(23, 0)
  26.     set the visible of sprite 23 to 0
  27.   end if
  28.   set the visible of sprite 24 to 1
  29. end
  30.