Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Why is my sprite hidden without a hide block?
- Soulflight
-
11 posts
Why is my sprite hidden without a hide block?
I'm making a game on scratch (a Warrior Cat game if you want to know,) and there is a day cycle. If it is night and you push the down arrow a good night screen will pop up. If it was day time and you pushed the down arrow I wanted the costume to change but nothing else, no good night screen would pop up. Instead, when ever you push the down arrow during the day the sprite will be hidden. I've checked a million times and there is no “hide” block. I've added a “show” block to the script and a “bring to front” block but nothing works. HELP!!!
- nerdiebirdy
-
500+ posts
Why is my sprite hidden without a hide block?
You may have accidentally set the ghost effect to 100.
- pknguyen
-
19 posts
Why is my sprite hidden without a hide block?
try checking the ghost effect-
it should be set like this
hehe
it should be set like this
set [ghost v] effect to (0)
hehe
- Sboosh_Kaboosh
-
100+ posts
Why is my sprite hidden without a hide block?
The ghost effect could be 100
- deck26
-
1000+ posts
Why is my sprite hidden without a hide block?
If you share the project we won't have to guess though.
- EmEm317
-
100+ posts
Why is my sprite hidden without a hide block?
Your sprite may be hidden because you selected the hide button on that sprite, the ghost effect is 100, It is out of the picture, or many other things.
- Vibrato
-
1000+ posts
Why is my sprite hidden without a hide block?
Or maybe the costume is wrong and blank.
- ab22711
-
11 posts
Why is my sprite hidden without a hide block?
Things you can do :
- Check if the
block is in the right place.
Check if the "eye" where your sprite is, doesn't have a cross on it
[/list]
- B0o0lean
-
1000+ posts
Why is my sprite hidden without a hide block?
Maybe the sprite is too large/small and it's off the stage. Try putting your costume in the middle (it should snap in if you've got it in the right spot), and then setting the x/y value to 0/0.
- Discussion Forums
- » Help with Scripts
-
» Why is my sprite hidden without a hide block?