We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I found that if I do not put a background() call in the first line of draw, when I make a moving circle it makes a trail. Now, I thought this was very cool but I don't have much control over it. I may be asking the wrong question (please tell me if I am), but if I want to have more control over the trail I have to make it my self, this would mean I need to draw a circle at the x and y (which are changing variables) of the main circle and not have it move, but that means infinite variables or infinite circles (I think). I guess what I mean by my question is can I make a circle at x and y variables and in the next frame make another circle through the same ellipse call while not moving or deleting the first extra circle and so on so forth.
Answers
btw here is my code
https://Forum.Processing.org/two/discussion/15473/readme-how-to-format-code-and-text
You mean something kinda like this: :-/
http://Studio.SketchPad.cc/sp/pad/view/ro.9GTDpA6dp4tH1/latest
I could make this work thx!!
Just letting ya know I've converted my original Java/JS Mode sketch to p5.js: O:-)
https://ThimbleProjects.org/gotoloop/288988/
nice i converted too. Although I did nothing fancy, you know change all of the voids to function and the ints to vars.
Oh by the way I am in no way distributing this and take no credit for the things I made with it.