From CryWiki
Flowgraph Walkthrough
Time:Timer node ticks in 1 second intervals to trigger the Math:UpDownCounter to decrease the countdown from ten to zero. The Math:Equal node checks if the result is equal to zero, if it is it triggers its "true" output. The Hud:DisplayDebugMessage outputs the value of the countdown on the screen as it updates.
Flowgraph Image
Preview of Countdown timer.
|
|
|
About this Sample
Name
- Countdown timer
Created by
- Fortran
Compatible with Multiplayer
- No
Description
- A countdown timer counting from 10 to 0 that triggers an event on zero, in this case a particle effect.
|
|
» Discuss this sample...
» View other Flowgraph Samples
» Return to Crysis Modding Code Samples