home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / nmm.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  587 b   |  29 lines

  1. on exitFrame
  2.   go(the frame)
  3.   puppetSprite(4, 1)
  4.   puppetSprite(5, 1)
  5.   puppetSprite(6, 1)
  6.   puppetSprite(7, 1)
  7.   if rollOver(10) then
  8.     set the castNum of sprite 4 to 8
  9.   else
  10.     set the castNum of sprite 4 to 5
  11.   end if
  12.   if rollOver(11) then
  13.     set the castNum of sprite 5 to 9
  14.   else
  15.     set the castNum of sprite 5 to 6
  16.   end if
  17.   if rollOver(12) then
  18.     set the castNum of sprite 6 to 10
  19.   else
  20.     set the castNum of sprite 6 to 7
  21.   end if
  22.   if rollOver(7) then
  23.     set the castNum of sprite 7 to 15
  24.   else
  25.     set the castNum of sprite 7 to 14
  26.   end if
  27.   updateStage()
  28. end
  29.