Having a real time update

How do i make something contantly checking? like, i want a label to update as soon as im moving a slide.. a real time change ya know?

Sorry, I didn't quite understand that apostrophe. Could you please reiterate it? Did you mean a Slider component?

You could use a while loop, which iterates while a specific condition is true. If the condition is negated, then the loop breaks.

yeah, moving a slider component, then updating real time to a label

Lok in the Slider component blocks for the event block when the Thumb moves or changes.

In that event, update the Label.Text

2 Likes

image

how do i make it so it doesnt show a decimal number?

Look in the math blocks for the round block.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.