hello everyone,
I am trying to create a splatter effect to implement in a game- if I use the noLoop function in the Splat class, it stops the movement, but it also stops the movement for my other objects. I thought about using an array and calling random numbers, but I am a little new to Processing, and I can't quite figure out if I should use an array for the angle variable or for another variable- below is my code- any help or hints would be greatly appreciated-