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

  1. on mouseUp
  2.   global gPerspective, s20, s45
  3.   if gPerspective = 2 then
  4.     puppetSound("binary.wav")
  5.     repeat with Reps = 4 down to 0
  6.       animate(EMPTY, 22, "01eye0.bmp", -10, s20, EMPTY)
  7.       animate(EMPTY, 22, "01eye0.bmp", -10, s20, EMPTY)
  8.       set Reps to Reps - 1
  9.     end repeat
  10.     set the castNum of sprite 22 to the number of cast "eyean1.bmp"
  11.     updateStage()
  12.   end if
  13.   if gPerspective = 3 then
  14.     animate("woohoo.wav", 21, "ballbck.bmp", 28, s20, "ballbck.bmp")
  15.     puppetSprite(21, 0)
  16.   end if
  17.   if gPerspective = 1 then
  18.     animate("snakeye.wav", 22, "drgeye00.bmp", 24, s20, EMPTY)
  19.     animate(EMPTY, 22, "drgeye24.bmp", 4, s45, EMPTY)
  20.     animate(EMPTY, 22, "drgeye16.bmp", -11, s45, EMPTY)
  21.     animate(EMPTY, 22, "drgeye00.bmp", -17, s45, "eyean1.bmp")
  22.   end if
  23.   puppetSprite(22, 0)
  24. end
  25.