home *** CD-ROM | disk | FTP | other *** search
/ Guia CD-ROM 25 / GUIACD25.iso / bht / 06.dir / 00227.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  197 b   |  6 lines

  1. on propertySet propertyType, startChannel, endChannel, TRUEorFALSE
  2.   repeat with i = startChannel to endChannel
  3.     do("set the" && propertyType && "of sprite i = " & TRUEorFALSE)
  4.   end repeat
  5. end
  6.