Discuss Scratch
- Discussion Forums
- » Suggestions
- » Animated gifs in projects
- switchtype1234
-
Scratcher
12 posts
Animated gifs in projects
They really need to add gifs in scratch
you should reallyy add thishide list [ADD THIS NOW v][/quote]
- 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:
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
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.agree
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
- 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
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
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
I like to use this script:So, why can't you keep using that script if you like to use it?when green flag clicked
switch costume to [whatever the first costume is v]
forever
wait () secs
next costume
end
- DonkeyBonkJr
-
Scratcher
19 posts
Animated gifs in projects
I like to use this script:So, why can't you keep using that script if you like to use it?when green flag clicked
switch costume to [whatever the first costume is v]
forever
wait () secs
next costume
end
I use it all the time.
- Discussion Forums
- » Suggestions
-
» Animated gifs in projects







