home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master15.dxr / 00346_G15-2.BMP.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  895 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("15F2FLAP.WAV", 21, "152F01.BMP", 4, s40, EMPTY)
  7.     animate(EMPTY, 21, "152F01.BMP", -4, 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("15I2BLI2.WAV", 22, "152I01.BMP", 4, s40, EMPTY)
  14.     animate(EMPTY, 22, "152I01.BMP", -4, s40, EMPTY)
  15.     puppetSprite(22, 0)
  16.     set the visible of sprite 22 to 0
  17.   end if
  18.   if gPerspective = 3 then
  19.     set the visible of sprite 23 to 1
  20.     animate("15R2SAB.WAV", 23, "152R00.BMP", 5, s40, EMPTY)
  21.     delay(50)
  22.     animate("15R2SAB.WAV", 23, "152R00.BMP", -5, s40, EMPTY)
  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.