home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 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.