home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master9.dxr / 00373.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  749 b   |  26 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40
  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(EMPTY, 21, "83F01.BMP", 3, s40, EMPTY)
  7.     puppetSprite(21, 0)
  8.     set the visible of sprite 21 to 0
  9.   end if
  10.   if gPerspective = 2 then
  11.     set the visible of sprite 22 to 1
  12.     animate(EMPTY, 22, "83ID00.BMP", 4, s40, EMPTY)
  13.     animate(EMPTY, 22, "83ID00.BMP", -4, s40, EMPTY)
  14.     puppetSprite(22, 0)
  15.     set the visible of sprite 22 to 0
  16.   end if
  17.   if gPerspective = 3 then
  18.     set the visible of sprite 23 to 1
  19.     animate(EMPTY, 23, "83R01.BMP", 1, s60, EMPTY)
  20.     delay(120)
  21.     puppetSprite(23, 0)
  22.     set the visible of sprite 23 to 0
  23.   end if
  24.   set the visible of sprite 24 to 1
  25. end
  26.