ainsley
About
- Username
- ainsley
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Hi I've used the following code, to get the dots to move outward from the center, how can I adjust it so they move inwards for frameN in range(300): # update radius dotsRadius = (dotsRadius+speed) # random radius where radius too large …