Rolling counter
Smoothly change a counter value in a text object.
Authors and contributors to this experimental extension: Jurfix.
Smoothly change a counter value in a text object.
Tip
Learn how to install new extensions by following a step-by-step guide.
Rolling counter
Smoothly changes a counter value in a text object.
Behavior actions
Jump to the counter animation end
Directly display the counter value without playing the animation.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
Technical note: parameter 2 is an internal parameter handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
RollingCounter::RollingCounter::ResetDisplayedValue.
Counter value
Change the value of the counter.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
- Parameter 2: 🟰 Operator
- Parameter 3 (🔢 Number): Value
Technical note: parameter 4 is an internal parameter handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
RollingCounter::RollingCounter::SetValue.
Behavior conditions
Counter value
Compare the value of the counter.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
- Parameter 2: 🟰 Relational operator
- Parameter 3 (🔢 Number): Value to compare
Technical note: parameter 4 is an internal parameter handled by GDevelop.
Technical note: this condition internal type (in GDevelop JSON) is
RollingCounter::RollingCounter::Value.
Behavior expressions
| Expression | Description | |
|---|---|---|
Object.RollingCounter::Value() |
Return the value of the counter. |
This page is an auto-generated reference page about the Rolling counter extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.