Interactive Studio
back to documentation

Interactive Studio

Build no-code gameplay with tasks, triggers, effects, values, and player feedback.

Value Updated

What it does

Value Updated watches a numeric value and changes a task when that value becomes greater than, less than, or equal to a chosen number.

Required item compatibility

This is a value event. Add it through an item that offers the Tasks panel, then use the same value label in the effect that changes the value.

Setup

  1. Add Value Updated and choose a task transition.
  2. Enter the numeric value label exactly as it is used by Update Value.
  3. Choose Greater Than, Less Than, or Equal To.
  4. Enter the comparison number.
  5. Add an effect to the destination state.

Settings

Setting What it means
With A Value Label Of Exact numeric value label to watch.
And The Value Is Greater Than, Less Than, or Equal To.
The Number Comparison number.

Tiny example

When score becomes greater than 99, High Score changes Not Active → Completed and reveals a celebration object.

Test and troubleshoot

  • Value labels must match exactly between this trigger and Update Value.
  • Test with a small comparison value first.
  • If it fires more than once, use a transition whose source state prevents repeated completion.

Related pages