# Crackle

A Crackle can be a child of a [Stars](/depence-construction/firework/build-custom-effects/stars.md) object, to create a crackling 3nd explosion on each Star.&#x20;

<table><thead><tr><th width="276">Property</th><th>Description</th></tr></thead><tbody><tr><td>Firework Color</td><td>Pre-defined colors.</td></tr><tr><td>Custom Color</td><td>Once the Firework Color is set to Custom, a RGB defined color can be used.</td></tr><tr><td>Lifetime</td><td>Total lifetime in seconds.</td></tr><tr><td>Lifetime Random</td><td>Randomization of the Lifetime in %.</td></tr><tr><td>Enabled</td><td>Enabled the emitter.</td></tr><tr><td>Explosion Delay</td><td>Explosion in sec after the parent was fired.</td></tr><tr><td>Explosion Delay Random</td><td>Randomization of the delay in %.</td></tr><tr><td>Emit Count</td><td>Particles per Frame.</td></tr><tr><td>Velocity</td><td>Output velocity in m/sec.</td></tr><tr><td>Air Resistance</td><td>Air resistance factor.</td></tr><tr><td>Radius</td><td>Particle Radius (WS).</td></tr><tr><td>Min Pixel Radius</td><td>Minimum Size of the particle in pixel.</td></tr><tr><td>Fade In</td><td>How long the particle fades in (% on lifetime).</td></tr><tr><td>Fade Out</td><td>How long the particle fades out (% on lifetime).</td></tr><tr><td>Blink Frequency</td><td>Blink/Strobe frequency in Hz.</td></tr><tr><td>Blink Amplitude</td><td>Blink/Strobe Amplitude in %.</td></tr><tr><td>Sound</td><td>On/Off.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help3.depence.com/depence-construction/firework/build-custom-effects/crackle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
