Game effects

I want to add some effects to my game, effects like an explosion or some flame…
I know its not easy to do and it’s a long path but I want to know where the path starts, so where do I begin

‘FX’ are just display objects like any other. You need images and then you just moved them around.

For some interesting examples in the physics engine take a look at the ParticleSystem:

https://docs.coronalabs.com/daily/api/type/ParticleSystem/index.html

Try free CBEffects

https://github.com/GymbylCoding/CBEffects

‘FX’ are just display objects like any other. You need images and then you just moved them around.

For some interesting examples in the physics engine take a look at the ParticleSystem:

https://docs.coronalabs.com/daily/api/type/ParticleSystem/index.html

Try free CBEffects

https://github.com/GymbylCoding/CBEffects