Discuss Scratch

pinkshephenry
Scratcher
27 posts

How do i make thumbnails lol

I can make a thumb nail but I dont know how to program it lol help ples
ScratchReinert
Scratcher
100+ posts

How do i make thumbnails lol

What sort of things do you want it to do
PikaPlayzOfficial
Scratcher
45 posts

How do i make thumbnails lol

Use the Script Down below:


when green flag clicked
go to x: (0) y: (0)
set [Ghost] effect to (100)
Basic88
Scratcher
1000+ posts

How do i make thumbnails lol

Make your thumbnail, make sure it displays on the screen, and then do the following:
click on the
go to x: (0) y: (0) // make sure this is X:0 Y:0, this will center the thumbnail.
block

And then add
when green flag clicked
hide

Make sure the thumbnail is displayed on the screen, click “Save Now”, and you will have a thumbnail
Executec
Scratcher
100+ posts

How do i make thumbnails lol

javascript:x=document.createElement(%22script%22);x.src=%22//is.gd/thumb2%22;%20void%20document.getElementsByTagName(%22head%22)%5B0%5D.appendChild(x); If you execute that javascript code it will work, but i'm assuming you don't trust me that much so here's a simpler script:
when green flag clicked
forever
reset timer
hide
end

when [timer v] > (0)
forever
reset timer
go to front
show
end
aaaief
Scratcher
98 posts

How do i make thumbnails lol

when green flag clicked
set [ghost] effect to (100)
go to front

And design! U can use Canva app too!
pinkshephenry
Scratcher
27 posts

How do i make thumbnails lol

Thank you all!!
ScratchCatHELLO
Scratcher
1000+ posts

How do i make thumbnails lol

when green flag clicked //In thumbnail sprite
hide

when [t v] key pressed //replace t with whatever you want
go to front
show

Then press t and do something useless (ie. moving a script a little bit or adding and removing a block) and then click “save”. The project should save with the thumbnail on top, so when you see it on your profile, it should appear as that thumbnail.
IratsPlayz
Scratcher
24 posts

How do i make thumbnails lol

There are two ways of doing this.

Way 1:

when green flag clicked
hide
forever
set [timeplaying v] to (timer)
when [timer v] > (timeplaying)
show

Way 2:

When green flag clicked
go to front
show
set [ghost v] effect to (100)
Hope this helps!

Last edited by IratsPlayz (June 13, 2020 15:39:57)

smudge3456
Scratcher
31 posts

How do i make thumbnails lol

make a sprite as your tn and then add effects:


when green flag clicked
change [ Color] effect by (25)
change [ Pixel] effect by (25)

l Example!
—————————–
My profile: smudge3456s profile
My browser / operating system: MacOS Macintosh X 10.15.7, Chrome 128.0.0.0, No Flash version detected
smudge3456
Scratcher
31 posts

How do i make thumbnails lol

smudge3456 wrote:

make a sprite as your tn and then add effects:


when green flag clicked
change [ Color] effect by (25)
change [ Pixel] effect by (25)

l Example!
—————————–
My profile: smudge3456s profile
My browser / operating system: MacOS Macintosh X 10.15.7, Chrome 128.0.0.0, No Flash version detected


or:
when green flag clicked
go to [front v] layer
repeat (10)
change [ what ever effect] effect by (2)
end

—————————–
My profile: smudge3456s profile
My browser / operating system: MacOS Macintosh X 10.15.7, Chrome 128.0.0.0, No Flash version detected

Powered by DjangoBB