Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make sprite appear and disappear
- CoolCrafted
-
1 post
how to make sprite appear and disappear
I'm making a 3-D game, how do i make a sprite appear and disappear? kind of like slenderman.
- Paddle2See
-
1000+ posts
how to make sprite appear and disappear
I'll move this over to “Help With Scripts” for you 

- RobotDJS
-
68 posts
how to make sprite appear and disappear
showand
hideThese blocks make a sprite hide (disappear) and show (appear.)
- Invisible_Factory
-
500+ posts
how to make sprite appear and disappear
You can use
showto show sprites and
hideto hide sprites.
- Nice_Flame
-
100+ posts
how to make sprite appear and disappear
To make a sprite appear use:
Then to make it disappear then use:
These blocks are in the purple section called ‘Looks’
show
Then to make it disappear then use:
hide
These blocks are in the purple section called ‘Looks’

- HannahPenguin315
-
100+ posts
how to make sprite appear and disappear
Like everyone else is saying,
But if you want to make it fade…
showand
hide
But if you want to make it fade…
when green flag clicked
show
repeat (100)
wait (0.05) secs
change [ghost v] effect by (1)
end
hide
- Nice_Flame
-
100+ posts
how to make sprite appear and disappear
Fading is like this: Like everyone else is saying,showandhide
But if you want to make it fade…when green flag clicked
show
repeat (100)
wait (0.05) secs
change [ghost v] effect by (1)
end
hide
when green flag clicked
repeat (10)
change [ghost v] effect by (25)
end
- LUIGILUIGI1
-
94 posts
how to make sprite appear and disappear
Actually nice_flame, it's like this:
when I receive [fade]
repeat (4)
change [ghost] effect by (25)
end
hide
- adamantium2000
-
2 posts
how to make sprite appear and disappear
how do you make it stop appearing? :
- deck26
-
1000+ posts
how to make sprite appear and disappear
Please create your own topic rather than necroposting. If you have a project you're working on create a link and give more details of what you're trying to do. how do you make it stop appearing? :
- CarterWhite
-
2 posts
how to make sprite appear and disappear
I want my sprite to disappear and another one to appear in the same place
- DaEpikDude
-
1000+ posts
how to make sprite appear and disappear
This topic is from 2016: if you need help it'd be much more convenient for everyone to just make a new post. Thanks! I want my sprite to disappear and another one to appear in the same place
- Discussion Forums
- » Help with Scripts
-
» how to make sprite appear and disappear