Hello! I have a Scratch project posted to this site, and I'm having difficulty making the scripts stay on the last background. I have it set up so that the scripts are clicked on throughout the game, and the ones chosen are supposed to pop up on the last background. The scripts flash for about a second and then disappear, but I need them to stay for about a minute! Please help!
Offline
If you do mean sprites i downloaded your project and couple tips for you. First, I don't think you get what the script forever if not background = ( ) hide does. Basically, you're telling the picture to show ONLY when the question appears. So when you get your final answer, the question is NOT showing, so you show the picture, but then it realizes it's not that background, so it hides again. Also a couple quick tips. The things you are talking about are called "sprites", scripts are the stacks that make a sprite do something. One last thing i noticed, instead of saying something for 60 seconds, a "say" block without the seconds part will do just fine. That block will say something forever until you tell it not to, by putting in a say (blank) block.
Whew, long post lol. Have fun on scratch!
Offline