just keep a running totalby David' and divide by the number of points to get an average SCREEN 13 FOR i = 1 TO 500 x1 = INT(RND * 320) + 1 + x1 y1 = INT(RND * 200) + 1 + y1 PSET (x1 / i, y1 / i), 15 FOR j = 1 TO 30000: NEXT j PSET (x1 / i, y1 / i), 0 NEXT i from IP address 64.28.135.2 |
| Response Title | Author and Date |
| *Thanks so much, I knew I was just making it too complicated :) | JeremyHopper on Mar 21 |