home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master9.dxr / 00374.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  780 b   |  25 lines

  1. on mouseDown
  2.   global gPerspective, gTurnCover, s60, s40, s10
  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("92FRANK.WAV", 21, "92FRN001.BMP", 3, s40, EMPTY)
  7.     animate(EMPTY, 21, "92FRN001.BMP", -3, s40, 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("92ID.WAV", 22, "92ID00.BMP", 9, s40, EMPTY)
  14.     puppetSprite(22, 0)
  15.     set the visible of sprite 22 to 0
  16.   end if
  17.   if gPerspective = 3 then
  18.     set the visible of sprite 23 to 1
  19.     animate("92ROARK.WAV", 23, "92R00.BMP", 10, s10, EMPTY)
  20.     puppetSprite(23, 0)
  21.     set the visible of sprite 23 to 0
  22.   end if
  23.   set the visible of sprite 24 to 1
  24. end
  25.