Discuss Scratch

Usernametaken0000
Scratcher
31 posts

Thumbnail not showing up

I have tried everything to make it show. At first it works perfectly and shows. But then soon after it disappears and doesn't work again. I have no idea whats going on and I need some help. Can anyone help?
Pepper_MI123
Scratcher
41 posts

Thumbnail not showing up

Make sure when you make a thumbnail you put a code that’s either ‘when green flag clicked hide’ or ‘when green flag clicked set ghost to 100” and make it show with nothing in front of it, and then save the project. This should make the thumbnail work
jen6C
Scratcher
35 posts

Thumbnail not showing up

Usernametaken0000 wrote:

I have tried everything to make it show. At first it works perfectly and shows. But then soon after it disappears and doesn't work again. I have no idea whats going on and I need some help. Can anyone help?
Try this code in your thumbnail:
when gf clicked
go to x: (0) y: (0)
set [ghost v] effect to (100)
When you press the stop sign, the thumbnail will reappear!
Elaver_3000
Scratcher
57 posts

Thumbnail not showing up

jen6C wrote:

Try this code in your thumbnail:
when gf clicked
go to x: (0) y: (0)
set [ghost v] effect to (100)
When you press the stop sign, the thumbnail will reappear!
I would recommend adding a
go to [front v] layer
just for good measure.
Usernametaken0000
Scratcher
31 posts

Thumbnail not showing up

when green flag clicked
go to x: (0) y: (0)
go to [front v] layer
show
repeat (50)
change [ghost v] effect by (5)
end

Powered by DjangoBB