How Do you stop an equation after replaced with an image?

Hi everyone one,

I’m trying to replace the label to a check emoji after clicks countdown = 0
but I keep getting an error please see attached images.

Thanks

Screenshot 2022-02-03 001527

blocks

Your error clearly says, in the number label inseted of checking the number greater than 0 , it is printed with emoji symbol so your logic unable to work.

It Means your number label forsnot have number instead it is having emoji,

How are you trying to compare it when the text is not even a number?

1 Like

The label starts with the value of 3 after the user clicks it subtracts by 1. So I’m trying to change the value to :heavy_check_mark: once the value = 0, to tell the user he is finished.

It works fine until the value reaches zero, i understand why it’s happening but is there a way around it? or a way to disable the block? What I’m trying to do is (Start the label with the value of 3 after the user clicks it subtracts by 1. So I’m trying to change the value to :heavy_check_mark: once the value = 0, to tell the user he is finished.)

blocks(296)

2 Likes

Thank you Dora for the solution I like yours better than my solution because i would of had to make numerous visible and non-visible labels. See pic below of how my solution was.

solved

1 Like

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