home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master11.dxr / 00361_11-3F00.BMP.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  815 b   |  28 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("11F3OUT.WAV", 21, "11-3F01.BMP", 5, s40, EMPTY)
  7.     delay(120)
  8.     animate(EMPTY, 21, "11-3F01.BMP", -5, s40, 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("11I3DRUM.WAV", 22, "11-2I00.BMP", 1, s60, EMPTY)
  15.     delay(480)
  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("11R3PSS2.WAV", 23, "11-2R00.BMP", 7, s60, EMPTY)
  22.     delay(60)
  23.     puppetSprite(23, 0)
  24.     set the visible of sprite 23 to 0
  25.   end if
  26.   set the visible of sprite 24 to 1
  27. end
  28.