Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » It is not hidden.
- guimish
-
Scratcher
2 posts
It is not hidden.
I've done a football project in Scratch and I put the block “hide”, but when it has to be hidden, it hides for less than a second and shows again, here I leave the project to see if it's a Scratch error or it's my mistake:
https://scratch.mit.edu/projects/1153609196/
What should happen, if I'm not the one who does it wrong, is that when you score a goal a text appears on the screen that says “goal!!”, and when you click on “shoot again”, the ball has to return to its place and the goalkeeper too, and they do, but the “goal!!” sign is not hidden. In addition, if the goalkeeper stops it and you click “shoot again”, the sign on the screen is changed to “goal!!”
guimish
- GameCatastrophe0927
-
Scratcher
1000+ posts
It is not hidden.
The gol broadcast is being run infinitely. Add this to the Soccer Ball sprite:
when I receive [torna a tirar v]
stop [other scripts in this sprite v]::stack
- guimish
-
Scratcher
2 posts
It is not hidden.
thank you it has been very useful to me.Here's the game I wanted to make:
https://scratch.mit.edu/projects/1153609196/
https://scratch.mit.edu/projects/1153609196/
Last edited by guimish (April 16, 2025 18:44:18)
- Discussion Forums
- » Help with Scripts
-
» It is not hidden.