The documentation for AACS and the CodeEditor.
Flashes the screen white.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Duration | Number | Specifies how long the flash should take in miliseconds. | ✓ | 200 |
Fade in scene | Boolean | If set to true, will automatically execute FadeInScene:[0]; halfway through the flash. |
✗ | false |
1: Flash:[500];
2: Flash:[500|true];
The duration determines the total time for the flash. This means that both fading in and out each take half the specified time of Duration
.
Example: Duration
is set to 200ms. It will then take 100ms to fade the scene to white and then another 100ms to fade out the flash again.