Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make sprite appear and disappear
- CoolCrafted
-
Scratcher
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
-
Scratch Team
1000+ posts
how to make sprite appear and disappear
I'll move this over to “Help With Scripts” for you 

- RobotDJS
-
Scratcher
68 posts
how to make sprite appear and disappear
showand
hideThese blocks make a sprite hide (disappear) and show (appear.)
- Invisible_Factory
-
Scratcher
500+ posts
how to make sprite appear and disappear
You can use
showto show sprites and
hideto hide sprites.
- Nice_Flame
-
Scratcher
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
-
Scratcher
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
-
Scratcher
100+ posts
how to make sprite appear and disappear
Like everyone else is saying,Fading is like this: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
-
Scratcher
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
-
Scratcher
2 posts
how to make sprite appear and disappear
how do you make it stop appearing? :
- deck26
-
Scratcher
1000+ posts
how to make sprite appear and disappear
how do you make it stop appearing? :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.
- CarterWhite
-
New Scratcher
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
-
Scratcher
1000+ posts
how to make sprite appear and disappear
I want my sprite to disappear and another one to appear in the same placeThis topic is from 2016: if you need help it'd be much more convenient for everyone to just make a new post. Thanks!
- Discussion Forums
- » Help with Scripts
-
» how to make sprite appear and disappear
















