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

  1. on mouseUp
  2.   global gPerspective, s10, s60
  3.   if gPerspective = 2 then
  4.     animate("compcrd.wav", 22, "prdwlk01.bmp", 7, s60, "g2-2stg.bmp")
  5.   end if
  6.   if gPerspective = 3 then
  7.     animate("crwdwsh.wav", 22, "walker01.bmp", 3, s60, EMPTY)
  8.     animate("squash.wav", 22, "ape01.bmp", 9, s10, "g2-2stg.bmp")
  9.   end if
  10.   if gPerspective = 1 then
  11.     animate("crwdwsh.wav", 22, "g2-2stg.bmp", 8, s60, "g2-2stg.bmp")
  12.     puppetSprite(22, 0)
  13.   end if
  14.   puppetSprite(22, 0)
  15. end
  16.