So, I'm working on a project, and I have when sprite clicked, set options to 1, then on a few other sprites, I have forever, if options = 1, hide or switch to costume x
The thing is, it doesn't work. I've even had 2 people look at my project, and it didn't work on their computers either, but according to them, the scripts were the way they should be. What do I do about this?
Offline
Do you have the project online? Maybe others might be able to spot something the other two people missed.

Offline
What you're saying kind of does not make any sense. Could you post a picture of the scripts or upload the project? Or explain clearer?
Offline
I don't know how to explain it any clearer
Variable says to do something, other sprites don't do it.
And it's not an error with coding, it's some glitch with my project.
Offline
Is it a local variable instead of a global variable?
Offline
Blade-Edge wrote:
No, all my variables are global : (
I suggest you post the project, or a piece of the project showing the problem. Then we can take a look at it and maybe see the problem.
Offline
Paddle2See wrote:
Blade-Edge wrote:
No, all my variables are global : (
I suggest you post the project, or a piece of the project showing the problem. Then we can take a look at it and maybe see the problem.
Well, it's for the Scratch Olympics
I can show you the pictures though
The title screen logo
Play button
Options button
The stage
It's the option variable
Offline
Can you verify what Sprite5, background4, background2 and floor4 are?
Offline
it happens quite often to me - try replacing the variable reporters and tell me if it works
Offline
Have you fixed the problem yet, Blade?
Offline
I didn't fix it
But we took out the options menu anyway


Offline
Oh I see.
Offline
If it is the 'options' variable, does the menu start with 'start game' as 1?
If so, then I do not know, else, remove the script:
[blocks]<when green flag clicked>
<forever>
<if><( start game <=> 0 )>
<set{ options }to( 0
<end>
<end>
Offline