I have created a particle and when I test it moving on Xcode\'s property window, it looks like this:
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;