'If background picture =' block

Hi,

In my app, I want something to happen if the background picture is a specific one. I tried to do this:
image
But, it is not working. I also tried the blue number block in the math category (
image ) instead of the pink block, but I can only type numbers in that, and not letters. Any way to solve this?

Not sure but I think right now, you’re trying to compare different data types. Your statement there says something like “If this picture right here looks like “3D1” then…” Which doesn’t make sense.

Can you store the image you want to compare against in an app variable and then compare 3DShapesIntro’s Background Picture to the variable instead?

I’m not saying that the picture looks like 3D1. 3D1 is the name of the background picture

Yeh, I get that. But I’m pretty sure that not what your code is saying. You’re not comparing the ‘name of 3DShapesIntro’s background picture’, you’re seeing if the image itself is the same as the text. They’re not the same data type.

Try storing the image you want to compare as a variable and then comparing the current background image to it.

1 Like

K, I’ll try that

Ohhh, I get it. I solved my problem, but using a different way (not variables) but you were very helpful. Thx!

1 Like

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