home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / DEMO16.DIR / Internal_163.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  137 b   |  11 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.  
  8. on exitFrame
  9.   delay(60)
  10. end
  11.