Hi, I have followed this great tutorial by @shiffman
And am trying to weak one aspect of the animation without affecting other properties.
Basically I want the tail (start of the firework) to shoot up faster but everything else to keep as it is.
I thought I could just change the values in this line of code.
this.vel = createVector(0, random(-22, -16))
Which does work but the firework shoots out of the top of frame. I then adjusted the gravity to push it back down and but now the firework “bloom” doesn’t look as good.
I am in a crunch for a fun project and this is driving me nuts…