Making a particle follow a path in spriteKit Making a particle follow a path in spriteKit ios ios

Making a particle follow a path in spriteKit


You sent the particle emitter to follow the path. If you want individual particles to run an action, use the emitter's particleAction property:

myParticle.particleAction = forever;