home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER9.DXR / 00386_9-1spot.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  905 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("91FRANK.WAV", 21, "09-1F01.BMP", 8, s60, EMPTY)
  7.     animate(EMPTY, 21, "09-1F01.BMP", 8, 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("91ID.WAV", 22, "09-1I00.BMP", 9, s40, EMPTY)
  14.     delay(90)
  15.     animate("91ID.WAV", 22, "09-1I00.BMP", -9, s40, EMPTY)
  16.     puppetSprite(22, 0)
  17.     set the visible of sprite 22 to 0
  18.   end if
  19.   if gPerspective = 3 then
  20.     set the visible of sprite 23 to 1
  21.     animate("91ROARK.WAV", 23, "9-1R01.BMP", 4, s60, "9-1R04.BMP")
  22.     delay(90)
  23.     animate(EMPTY, 23, "9-1R04.BMP", 3, s60, EMPTY)
  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.