home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / DEMO16.DIR / Internal_213.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  107 b   |  7 lines

  1. on enterFrame
  2.   repeat with n = 1 to 20
  3.     set the cursor of sprite n to 0
  4.   end repeat
  5.   cursor(200)
  6. end
  7.