How do you set or animate tint on particlefx

Hi, im using Defold 1.9.8

I’m tyring setting set go.set to a particlefx, but what i got is ` does not have any property called ‘tint.w’

Is there anyway to set the tint of a particlefx?

Thank you for the help

Set particle colours using the Initial Red/Green/Blue values. You can modulate those values with Life Red/Green/Blue as well.

1 Like

Changing the modulate function only applies on initial values right? I want to animate the already spawned particle instances

Possibly this? See the example :API reference (Particle effects)

2 Likes