home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 August / WPCAUG97.ISO / multi / tep / data / motor.dir / 00451.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  451 b   |  15 lines

  1. on mouseDown
  2.   if the locH of sprite 12 < 250 then
  3.     set the locH of sprite 12 to 291
  4.     set the locH of sprite 9 to 1000
  5.     set the locH of sprite 10 to 1000
  6.     set the locH of sprite 11 to 1000
  7.     set the castNum of sprite 2 to the number of cast "more"
  8.     set the castNum of sprite 3 to the number of cast "less"
  9.     set the castNum of sprite 4 to the number of cast "pull"
  10.   else
  11.     set the locH of sprite 12 to -2000
  12.     u()
  13.   end if
  14. end
  15.