Discuss Scratch

Xx_LunaMoonlight_xX
Scratcher
3 posts

The Thumbnails don't work!

Please if you can fix this problem! thank you! ^w^
BfdiandsonicRises
Scratcher
2 posts

The Thumbnails don't work!

basically what you wanna do is
when green flag clicked
repeat (10)
set [ ghost] effect to (10)

end
PcUserPro
Scratcher
500+ posts

The Thumbnails don't work!

Xx_LunaMoonlight_xX wrote:

Please if you can fix this problem! thank you! ^w^
I maked video how to make a thumbnail:
https://vimeo.com/542072348
(Please use fullscreen mode)

Sometimes my stuff don’t show thumbnails.
Xx_LunaMoonlight_xX
Scratcher
3 posts

The Thumbnails don't work!

Thank you PcUserPro for the video!
AksharPremnath
Scratcher
500+ posts

The Thumbnails don't work!

PcUserPro wrote:

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button


THIS APP DON'T SET THUMBNAIL. THIS BUTTON IS FAKE

It does work. I have it installed.


SpinningCube
Scratcher
100+ posts

The Thumbnails don't work!

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button
we're not supposed to mention browser addons because ST wants to prevent people from downloading viruses.
PcUserPro
Scratcher
500+ posts

The Thumbnails don't work!

AksharPremnath wrote:

PcUserPro wrote:

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button


THIS APP DON'T SET THUMBNAIL. THIS BUTTON IS FAKE

It does work. I have it installed.


It's don't set thumbnail.
I installed it to Chrome:
My browser / operating system: Windows NT 10.0, Chrome 90.0.4430.93, No Flash version detected

Last edited by PcUserPro (May 11, 2021 03:07:18)

PcUserPro
Scratcher
500+ posts

The Thumbnails don't work!

SpinningCube wrote:

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button
we're not supposed to mention browser addons because ST wants to prevent people from downloading viruses.
I downloaded and installed it. It's not virus
PcUserPro
Scratcher
500+ posts

The Thumbnails don't work!

Xx_LunaMoonlight_xX wrote:

Thank you PcUserPro for the video!

Dvqsel
Scratcher
7 posts

The Thumbnails don't work!

Mine are not working either
PcUserPro
Scratcher
500+ posts

The Thumbnails don't work!

dies666 wrote:

Mine are not working either
I maked video how to make a thumbnail:
https://vimeo.com/542072348
(Please use fullscreen mode)
Venatus_123
Scratcher
1000+ posts

The Thumbnails don't work!

Post Removed

Last edited by Venatus_123 (Aug. 6, 2021 14:42:35)


bug with pfp?
scratch___user12345
Scratcher
1000+ posts

The Thumbnails don't work!

just make a sprite that covers the whole screen make sure it is in the front layer, and putt this code on it
when green flag clicked
set [gohst v] effect to (100)

I like Javascript, HTML, Python, and Scratch!
when green flag clicked
forever
repeat until <not (([Unanswered Posts v] of [Help With Scripts forum v]) > [0])>
Refresh Page
end
Answer All Unanswered Posts
end
Popular_Guy
Scratcher
81 posts

The Thumbnails don't work!

when green flag clicked
clear graphic effects
show
go to front
repeat (50)
change [ghost v] effect by (2)
change [pixelate v] effect by (2)
end

Hello, I'm Popular_Guy,
I would like if you view
My Profile
or My Projects.

You should also join the Among Us Army
You have to highlight this message then do SHIFT+ DOWN to see the whole message

when green flag clicked
forever
if <One of the links clicked> then
broadcast [ Party! ]
end
end
Xx_LunaMoonlight_xX
Scratcher
3 posts

The Thumbnails don't work!

Thanks

SpinningCube
Scratcher
100+ posts

The Thumbnails don't work!

PcUserPro wrote:

SpinningCube wrote:

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button
we're not supposed to mention browser addons because ST wants to prevent people from downloading viruses.
I downloaded and installed it. It's not virus
I know but it's still against the rules to talk about it.
PcUserPro
Scratcher
500+ posts

The Thumbnails don't work!

SpinningCube wrote:

PcUserPro wrote:

SpinningCube wrote:

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button
we're not supposed to mention browser addons because ST wants to prevent people from downloading viruses.
I downloaded and installed it. It's not virus
I know but it's still against the rules to talk about it.
Sorry .
But this app is fake - don't set thumbnail (I tested)
AksharPremnath
Scratcher
500+ posts

The Thumbnails don't work!

PcUserPro wrote:

SpinningCube wrote:

PcUserPro wrote:

SpinningCube wrote:

Tycho112 wrote:

when you install this there is a ‘'set thumbnail’' button
we're not supposed to mention browser addons because ST wants to prevent people from downloading viruses.
I downloaded and installed it. It's not virus
I know but it's still against the rules to talk about it.
Sorry .
But this app is fake - don't set thumbnail (I tested)

It does work because I have used it for one of my projects before. If it isn't updating the thumbnail for some reason you can just do this:
Make a thumbnail sprite which is your thumbnail image and add:
when green flag clicked
hide
to it and every time you save the project make sure that the thumbnail is showing and everything else is hidden. It might be a hassle to do that so you could use a stop button detector and every time you press the stop button the thumbnail shows:
In any sprite:
when green flag clicked
forever
reset timer
end
In all the sprites except the thumbnail sprite:
when [timer v] > (0.001)
hide
But for the thumbnail sprite:
when [timer v] > (0.001)
show


Powered by DjangoBB