Particle effects for Cocos creator

Lightning and thunders and whirlpools (sea tornados) effects need to create by using Cocos particles any one before created this effects please suggest me how to do this any reference please share with me. Thanks

https://store.cocos.com/app/en/detail/3004
https://store.cocos.com/app/en/detail/2329

You can refer to some store examples

Thanks for help we can use this for 2D games? I am working on ship game so need Lightning and thunders and whirlpools (sea tornados) effects so.

ParticleSystem (3D) can’t be placed inside Canvas, but if you use another 3D space camera to make them overlap on your canvas camera, it will work.
But if you want the particle to sync with your 2D objects, you’d better use ParticleSystem2D

Ok thanks for the information

@pandamicro @MADHUGT
ParticleSystem2D, it works with plist file,
if set properties as plist, it doesn’t work.

Why can’t access those links?