Discuss Scratch

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

show
and
hide
These blocks make a sprite hide (disappear) and show (appear.)
Invisible_Factory
Scratcher
500+ posts

how to make sprite appear and disappear

You can use
show
to show sprites and
hide
to hide sprites.
Nice_Flame
Scratcher
100+ posts

how to make sprite appear and disappear

To make a sprite appear use:
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,
show
and
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

HannahPenguin315 wrote:

Like everyone else is saying,
show
and
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
Fading is like this:
when green flag clicked
repeat (10)
change [ghost v] effect by (25)

end
aesthetic-santi-meme
Scratcher
1 post

how to make sprite appear and disappear

additoo
New Scratcher
1 post

how to make sprite appear and disappear

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

adamantium2000 wrote:

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

CarterWhite wrote:

I want my sprite to disappear and another one to appear in the same place
This topic is from 2016: if you need help it'd be much more convenient for everyone to just make a new post. Thanks!

Powered by DjangoBB