Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Variables on my screen.
- PandaBoy8899
-
Scratcher
22 posts
Variables on my screen.
I am using the @GriffPatch tutorial and so far he has not mentioned how to get the variables off screen, and for his video the variables, Acceleration, speed y, speed x, etc. except the scene # has gone off screen. I don't know why he wouldn't mention how to get rid of the variables. So can someone please help?
- AeroneScratch
-
Scratcher
28 posts
Variables on my screen.
I am using the @GriffPatch tutorial and so far he has not mentioned how to get the variables off screen, and for his video the variables, Acceleration, speed y, speed x, etc. except the scene # has gone off screen. I don't know why he wouldn't mention how to get rid of the variables. So can someone please help?try using
hide variable [ v]block
- helloworldbyeworld
-
Scratcher
1000+ posts
Variables on my screen.
If you do not need to hide/show variables during the game, you can simply uncheck the checkmarks on the left side of the variables in the code pallete:


- PandaBoy8899
-
Scratcher
22 posts
Variables on my screen.
If you do not need to hide/show variables during the game, you can simply uncheck the checkmarks on the left side of the variables in the code pallete:
Thanks so much!! This really helped!
- PandaBoy8899
-
Scratcher
22 posts
Variables on my screen.
I am using the @GriffPatch tutorial and so far he has not mentioned how to get the variables off screen, and for his video the variables, Acceleration, speed y, speed x, etc. except the scene # has gone off screen. I don't know why he wouldn't mention how to get rid of the variables. So can someone please help?try usinghide variable [ v]block
This didn't work for me. I couldn't find the hide variable block.
- Jlerpy
-
Scratcher
1000+ posts
Variables on my screen.
I am using the @GriffPatch tutorial and so far he has not mentioned how to get the variables off screen, and for his video the variables, Acceleration, speed y, speed x, etc. except the scene # has gone off screen. I don't know why he wouldn't mention how to get rid of the variables. So can someone please help?try usinghide variable [ v]block
This didn't work for me. I couldn't find the hide variable block.
It should be the bottom thing in the Variables submenu, right before “make a list”.
- Discussion Forums
- » Help with Scripts
-
» Variables on my screen.