home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / cover.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  1.4 KB  |  60 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     puppetSprite(2, 1)
  4.     set the castNum of sprite 2 to cast "b002.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 2 to cast "b002"
  8.     updateStage()
  9.   end if
  10.   if rollOver(3) then
  11.     puppetSprite(3, 1)
  12.     set the castNum of sprite 3 to cast "b003.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 3 to cast "b003"
  16.     updateStage()
  17.   end if
  18.   if rollOver(4) then
  19.     puppetSprite(4, 1)
  20.     set the castNum of sprite 4 to cast "b004.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 4 to cast "b004"
  24.     updateStage()
  25.   end if
  26.   if rollOver(5) then
  27.     puppetSprite(5, 1)
  28.     set the castNum of sprite 5 to cast "b005.roll"
  29.     updateStage()
  30.   else
  31.     set the castNum of sprite 5 to cast "b005"
  32.     updateStage()
  33.   end if
  34.   if rollOver(6) then
  35.     puppetSprite(6, 1)
  36.     set the castNum of sprite 6 to cast "b006.roll"
  37.     updateStage()
  38.   else
  39.     set the castNum of sprite 6 to cast "b006"
  40.     updateStage()
  41.   end if
  42.   if rollOver(7) then
  43.     puppetSprite(7, 1)
  44.     set the castNum of sprite 7 to cast "b007.roll"
  45.     updateStage()
  46.   else
  47.     set the castNum of sprite 7 to cast "b007"
  48.     updateStage()
  49.   end if
  50.   if rollOver(8) then
  51.     puppetSprite(8, 1)
  52.     set the castNum of sprite 8 to cast "b080.roll"
  53.     updateStage()
  54.   else
  55.     set the castNum of sprite 8 to cast "b080"
  56.     updateStage()
  57.   end if
  58.   go("loop")
  59. end
  60.