Game Logic
How do I add special effects or particles to my game?
How to add effects or particles to my game?
1
First Step
2
Second Step
Decide what will trigger the behavior. This could be an action like a collision, an interaction, or the game starting. Select a “Trigger” box and drag it into the editor.
3
Third Step
Navigate to the “Effects” section and then select any particle effect you want. In the example below, a smoke particle is played 3 times in an object when the game starts. That was done by navigating to the “Controllers” section and picking the block ‘N Times’, and then adding inside of it the block ‘Play Particle Effect’ from the “Effects” section.
4
Fourth Step
Exit the Behavior Editor, playtest and ensure it works as expected!
Was this page helpful?