home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / MASTER7A.DXR / 00338_7A-4spot.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  755 b   |  27 lines

  1. on mouseUp
  2.   global gPerspective, s60, s40, s20
  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("7A2FRANK.WAV", 21, "7A2F01.BMP", 1, s60, EMPTY)
  7.     delay(60)
  8.     puppetSprite(21, 0)
  9.     set the visible of sprite 21 to 0
  10.   end if
  11.   if gPerspective = 2 then
  12.     set the visible of sprite 22 to 1
  13.     animate("7A2ID.WAV", 22, "7A2ID01.BMP", 1, s60, EMPTY)
  14.     delay(60)
  15.     puppetSprite(22, 0)
  16.     set the visible of sprite 22 to 0
  17.   end if
  18.   if gPerspective = 3 then
  19.     set the visible of sprite 23 to 1
  20.     animate("7A2ROARK.WAV", 23, "7A2R01.BMP", 1, s60, EMPTY)
  21.     delay(60)
  22.     puppetSprite(23, 0)
  23.     set the visible of sprite 23 to 0
  24.   end if
  25.   set the visible of sprite 24 to 1
  26. end
  27.