Variables not working

Hello,
I have students that created projects that were functioning correctly in the beginning of the school year, but now they are not working. Their variables are not working. Did the latest update affect the variables?

Thanks!

I would love to help however I need a working example please.

Blocks, use case, what is expected, what happens, what did happen, etc.

A couple screen shots does not help. It looks like you are using X so I have moved the category.

You did not say what is working and not working.

A few things.

Your variables are only persistent on the first declaration. What I mean by that is every time your app opens the variables will reset to what they were as defined at the begning of the code.

Here you have a few variables, not defined. That is not a good idea.

When you see these warning signs, it can cause a problem.

image