home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER8.DXR / 00241_8-5spot.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  707 b   |  24 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("82FRANK.WAV", 21, "82F000.BMP", 12, 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("82ID2.WAV", 22, "82ID000.BMP", 12, s40, EMPTY)
  13.     puppetSprite(22, 0)
  14.     set the visible of sprite 22 to 0
  15.   end if
  16.   if gPerspective = 3 then
  17.     set the visible of sprite 23 to 1
  18.     animate("82ROARK.WAV", 23, "82RR2.BMP", 8, s60, EMPTY)
  19.     puppetSprite(23, 0)
  20.     set the visible of sprite 23 to 0
  21.   end if
  22.   set the visible of sprite 24 to 1
  23. end
  24.