So I was messing around trying to make a blood bubble fx with larger bubbles, that didn't fade out (end color alpha = 1), and 1 or 2 of the bubbles will just stay there, seemingly permanently. If I switch pages and go back, it's gone, but otherwise it only goes away when I click for fx again. edit: here's the fx: {
"angle": 270,
"angleRandom": 35,
"emissionRate": 1,
"endColour": [175, 0, 0, 1],
"endColourRandom": [20, 0, 0, 0],
"gravity": {"x":0.01, "y":0.65},
"lifeSpan": 20,
"lifeSpanRandom": 5,
"maxParticles": 200,
"size": 35,
"sizeRandom": 3,
"speed": 7,
"speedRandom": 2,
"startColour": [175, 0, 0, 1],
"startColourRandom": [20, 0, 0, 0]
}