home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master2.dxr / 00194_winanim.BMP.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  480 b   |  16 lines

  1. on mouseUp
  2.   global gPerspective, s40, s60, s10, s20, s1
  3.   if gPerspective = 2 then
  4.     animate("cmpfstps.wav", 21, "prdwin01.bmp", 9, s40, "winanim.BMP")
  5.   end if
  6.   if gPerspective = 3 then
  7.     animate("yeee.wav", 21, "winmug01.bmp", 12, s20, EMPTY)
  8.     animate(EMPTY, 21, "winmug01.bmp", -12, s10, "winanim.BMP")
  9.   end if
  10.   if gPerspective = 1 then
  11.     animate("ftsteps.wav", 21, "bigwin01.bmp", 9, s40, "winanim.BMP")
  12.     puppetSprite(21, 0)
  13.   end if
  14.   puppetSprite(21, 0)
  15. end
  16.