home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / shared.dir / 00963_moveLeft.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  295 b   |  17 lines

  1. on mouseUp
  2.   global whFrame
  3.   clearLists()
  4.   if the frame = 11 then
  5.     nothing()
  6.   else
  7.     cursor(-1)
  8.     set whFrame to marker(-1)
  9.     repeat with n = 15 to 18
  10.       set the castNum of sprite n to 0
  11.       puppetSprite(n, 0)
  12.     end repeat
  13.     setPuppets(2, 12, 0)
  14.     go("left")
  15.   end if
  16. end
  17.