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

  1. on exitFrame
  2.   go(the frame)
  3.   setPuppets(4, 5, 1)
  4.   if the mouseCast = 26 then
  5.     set the castNum of sprite 4 to 23
  6.   else
  7.     set the castNum of sprite 4 to 21
  8.   end if
  9.   if the mouseCast = 27 then
  10.     set the castNum of sprite 5 to 24
  11.   else
  12.     set the castNum of sprite 5 to 22
  13.   end if
  14. end
  15.