home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / shared.dxr / 00844_done01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.2 KB  |  54 lines

  1. on mouseDown
  2.   global gPageNumber, gLocalPage, gPage, gStartPage, mouseUp, gPerspective, gMusic
  3.   puppetSprite(41, 1)
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 41 to the number of cast "done02.bmp"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 41 to the number of cast "done01.bmp"
  9.   puppetSprite(41, 0)
  10.   puppetSprite(42, 0)
  11.   puppetSprite(43, 0)
  12.   puppetSprite(44, 0)
  13.   puppetSprite(45, 0)
  14.   puppetSprite(46, 0)
  15.   puppetSprite(47, 0)
  16.   puppetSprite(2, 0)
  17.   puppetSprite(3, 0)
  18.   puppetSprite(4, 0)
  19.   puppetSprite(5, 0)
  20.   puppetSprite(6, 0)
  21.   puppetSprite(7, 0)
  22.   puppetSprite(8, 0)
  23.   puppetSprite(10, 0)
  24.   puppetSprite(11, 0)
  25.   puppetSprite(12, 0)
  26.   puppetSprite(13, 0)
  27.   puppetSprite(14, 0)
  28.   puppetSprite(15, 0)
  29.   repeat with i = 26 to 31
  30.     puppetSprite(i, 0)
  31.   end repeat
  32.   updateStage()
  33.   if gMusic = 0 then
  34.     sound close 2
  35.   end if
  36.   if gPerspective = 1 then
  37.     go("frank")
  38.   end if
  39.   if gPerspective = 2 then
  40.     go("Jake")
  41.   end if
  42.   if gPerspective = 3 then
  43.     go("roark")
  44.   end if
  45.   if gLocalPage <> gPageNumber then
  46.     go("bkscreen")
  47.   end if
  48.   if gMusic = 1 then
  49.     puppetSound(0)
  50.     set the soundEnabled to 0
  51.     set the soundEnabled to 1
  52.   end if
  53. end
  54.