Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Won't show backdrop
- crisostimo
-
500+ posts
Won't show backdrop
There are a lot of backdrops in there. Can you be more specific about which one is the problem?
- blecour
-
5 posts
Won't show backdrop
I believe my code is correct, is it an error on Scratch's side? There are a lot of backdrops in there. Can you be more specific about which one is the problem?
- scubajerry
-
1000+ posts
Won't show backdrop
It can happen if you click the STAGE before you click the GREEN FLAG, and P1orP2 happens not to be set to 1.
It think you can fix it by checking the backdrop, instead of looking at P1or P2.
It think you can fix it by checking the backdrop, instead of looking at P1or P2.
- blecour
-
5 posts
Won't show backdrop
I don't know what you are trying to say It can happen if you click the STAGE before you click the GREEN FLAG, and P1orP2 happens not to be set to 1.
It think you can fix it by checking the backdrop, instead of looking at P1or P2.
- scubajerry
-
1000+ posts
Won't show backdrop
There are two ways to get your program to do something. You expect people to click the GREEN FLAG to get things going. If they do that, I think everything probably works fine. When I clicked the GREEN FLAG, I never saw the problem you reported.
Then I went to look to see how I could cause it. The other way to start your program is to click anywhere on the STAGE. If you do this, then your DEFAULT script does not run and P1orP2 may not be set to 1. There are probably many other problems if this happens, but this was the only one I looked at.
Then I went to look to see how I could cause it. The other way to start your program is to click anywhere on the STAGE. If you do this, then your DEFAULT script does not run and P1orP2 may not be set to 1. There are probably many other problems if this happens, but this was the only one I looked at.
Last edited by scubajerry (July 7, 2016 20:52:56)
- Discussion Forums
- » Help with Scripts
-
» Won't show backdrop