Discuss Scratch

switchtype1234
Scratcher
12 posts

Animated gifs in projects

They really need to add gifs in scratch
you should reallyy add this
hide list [ADD THIS NOW v][/quote]
IceCreamTub
Scratcher
1000+ posts

Animated gifs in projects

Pleaseee elaborateee
ajskateboarder
Scratcher
1000+ posts

Animated gifs in projects

This is what I'm going to take away: When you import a GIF as a costume, it shouldn't break the image into multiple frames, but keep it as a single animated picture.

Is there any valid reason for why we need this? You can just put it in a separate sprite and do something like:

when green flag clicked
forever
next costume
wait (0.01) secs
end
switchtype1234
Scratcher
12 posts

Animated gifs in projects

ajskateboarder wrote:

This is what I'm going to take away: When you import a GIF as a costume, it shouldn't break the image into multiple frames, but keep it as a single animated picture.

Is there any valid reason for why we need this? You can just put it in a separate sprite and do something like:

when green flag clicked
forever
next costume
wait (0.01) secs
end
agree
Knightbot63
Scratcher
1000+ posts

Animated gifs in projects

Are you talking about the thumbnail? Or just sprites in general?
IndieGameCreator
Scratcher
100+ posts

Animated gifs in projects

You can import a gif file, and all the frames will be turned into costumes.
switchtype1234
Scratcher
12 posts

Animated gifs in projects

Knightbot63 wrote:

Are you talking about the thumbnail? Or just sprites in general?[/quote

both

Last edited by switchtype1234 (Jan. 13, 2023 16:25:15)

StatinC
Scratcher
45 posts

Animated gifs in projects

you can already do that
the only problem is that scratch isn't optimized for gifs, so it can crash the browser
DonkeyBonkJr
Scratcher
19 posts

Animated gifs in projects

I like to use this script:

when green flag clicked
switch costume to [whatever the first costume is v]
forever
wait () secs
next costume
end
An0therRand0mC0der
Scratcher
1000+ posts

Animated gifs in projects

DonkeyBonkJr wrote:

I like to use this script:

when green flag clicked
switch costume to [whatever the first costume is v]
forever
wait () secs
next costume
end
So, why can't you keep using that script if you like to use it?
DonkeyBonkJr
Scratcher
19 posts

Animated gifs in projects

An0therRand0mC0der wrote:

DonkeyBonkJr wrote:

I like to use this script:

when green flag clicked
switch costume to [whatever the first costume is v]
forever
wait () secs
next costume
end
So, why can't you keep using that script if you like to use it?

I use it all the time.

Powered by DjangoBB