Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » GIF's Not Loading Properly
- -PhoenixAnimates-
-
Scratcher
100+ posts
GIF's Not Loading Properly
My browser / operating system: Windows NT 10.0, Chrome 83.0.4103.116, No Flash version detected
Hello! I'd like to report a bug in scratch: When I upload a GIF via the costumes section, (uploading the GIF via the sprites section doesn't work for me for whatever reason) the costumes get mixed up:
For example, the 4th costume might switch with the 6th, and the 7th might switch with the first.
In other words, it's not getting the order of the frames correctly.
Is there a fix for this? Or will scratch have to upload gifs another way…
Hello! I'd like to report a bug in scratch: When I upload a GIF via the costumes section, (uploading the GIF via the sprites section doesn't work for me for whatever reason) the costumes get mixed up:
For example, the 4th costume might switch with the 6th, and the 7th might switch with the first.
In other words, it's not getting the order of the frames correctly.
Is there a fix for this? Or will scratch have to upload gifs another way…
- qrcool
-
Scratcher
1000+ posts
GIF's Not Loading Properly
I do not know of a solution to prevent it from happening, but it should be fairly easy to put the costumes back in order. It may also be something to do with what site you got the GIF from, and where is is currently saved. I find using makeagif.com and saving it iCloud Drive(Or whatever that dreive that uploads to the cloud is called).
- -PhoenixAnimates-
-
Scratcher
100+ posts
GIF's Not Loading Properly
Bump
I do not know of a solution to prevent it from happening, but it should be fairly easy to put the costumes back in order. It may also be something to do with what site you got the GIF from, and where is is currently saved. I find using makeagif.com and saving it iCloud Drive(Or whatever that dreive that uploads to the cloud is called).The GIF file is fine. I already checked.
Last edited by -PhoenixAnimates- (July 13, 2020 19:40:37)
- Oumuamua
-
Scratcher
1000+ posts
GIF's Not Loading Properly
My browser / operating system: Windows NT 10.0, Chrome 83.0.4103.116, No Flash version detected
Hello! I'd like to report a bug in scratch: When I upload a GIF via the costumes section, (uploading the GIF via the sprites section doesn't work for me for whatever reason) the costumes get mixed up:
For example, the 4th costume might switch with the 6th, and the 7th might switch with the first.
In other words, it's not getting the order of the frames correctly.
Is there a fix for this? Or will scratch have to upload gifs another way…
Hi, from where you got it?
If it is in a web, could you give me a direct link to the GIF?
- -PhoenixAnimates-
-
Scratcher
100+ posts
GIF's Not Loading Properly
No, I created the gif myself. It has a little over 1300 frames. I did compress it, but that didn't seem to fix anything.
Last edited by -PhoenixAnimates- (July 15, 2020 16:03:15)
- Flowermanvista
-
Scratcher
1000+ posts
GIF's Not Loading Properly
My browser / operating system: Windows NT 10.0, Firefox 83.0, Flash 32.0 (release 0)
Bump! This does seem to be happening for me also - but only on Scratch Desktop, and only when I import the GIF into an existing sprite. When I import the GIF into a new sprite, all frames are in the correct order.
Bump! This does seem to be happening for me also - but only on Scratch Desktop, and only when I import the GIF into an existing sprite. When I import the GIF into a new sprite, all frames are in the correct order.
- xouzouris
-
Scratcher
100+ posts
GIF's Not Loading Properly
My browser / operating system: Windows NT 10.0, Firefox 83.0, Flash 32.0 (release 0)The problem is that if the gif has too many images, importing it into a new sprite will (in my case) never load…
Bump! This does seem to be happening for me also - but only on Scratch Desktop, and only when I import the GIF into an existing sprite. When I import the GIF into a new sprite, all frames are in the correct order.
- Oumuamua
-
Scratcher
1000+ posts
GIF's Not Loading Properly
My browser / operating system: Windows NT 10.0, Firefox 83.0, Flash 32.0 (release 0)The problem is that if the gif has too many images, importing it into a new sprite will (in my case) never load…
Bump! This does seem to be happening for me also - but only on Scratch Desktop, and only when I import the GIF into an existing sprite. When I import the GIF into a new sprite, all frames are in the correct order.
Maybe you need a better device(more RAM memory), able to manage lots of data. It happens to me too.
Last edited by Oumuamua (Jan. 16, 2021 17:10:21)
- Flowermanvista
-
Scratcher
1000+ posts
GIF's Not Loading Properly
Bumping this because of a new potential workaround that I never thought of before:
I've experienced this and I used an alternative way to fix the ordering - to use scripts to fix the ordering
When you import a gif (e.g funny-gif), all the frames come out as funny-gif, then funny-gif2, then funny-gif3 etc. Even if they are out of order, you can play the sequence in order by requesting the exact costume name rather than using “next costume”, like this:switch costume to [funny-gif v]
set [frame v] to [1]
repeat (length of gif:: #969696)
wait (0) secs
change [frame v] by (1)
switch costume to (join [funny-gif] (frame))
end
Now the gif should be playing with every frame in the correct part of the sequence.
- -PhoenixAnimates-
-
Scratcher
100+ posts
GIF's Not Loading Properly
Bumping this because of a new potential workaround that I never thought of before:This works, thanks!I've experienced this and I used an alternative way to fix the ordering - to use scripts to fix the ordering
When you import a gif (e.g funny-gif), all the frames come out as funny-gif, then funny-gif2, then funny-gif3 etc. Even if they are out of order, you can play the sequence in order by requesting the exact costume name rather than using “next costume”, like this:switch costume to [funny-gif v]
set [frame v] to [1]
repeat (length of gif:: #969696)
wait (0) secs
change [frame v] by (1)
switch costume to (join [funny-gif] (frame))
end
Now the gif should be playing with every frame in the correct part of the sequence.
- Tunde123
-
Scratcher
1000+ posts
GIF's Not Loading Properly
Please do not blockspam.when green flag clicked
(we just need * gifs!)
(scratch:) + (nope))]
define ok
say [very amogus]
- -Refreshed
-
Scratcher
1 post
GIF's Not Loading Properly
When I insert GIFS, only one frame shows. I think that it's a bug in scratch 3.0.
——————————————————————————————————–
Also, for tutorials, go to my studio ! ——> Click here for my tutorials!
——————————————————————————————————–
Also, for tutorials, go to my studio ! ——> Click here for my tutorials!
Last edited by -Refreshed (June 20, 2022 12:50:26)
- sk171044
-
Scratcher
20 posts
GIF's Not Loading Properly
My browser / operating system: Windows NT 10.0, Chrome 83.0.4103.116, No Flash version detected
Hello! I'd like to report a bug in scratch: When I upload a GIF via the costumes section, (uploading the GIF via the sprites section doesn't work for me for whatever reason) the costumes get mixed up:
For example, the 4th costume might switch with the 6th, and the 7th might switch with the first.
In other words, it's not getting the order of the frames correctly.
Is there a fix for this? Or will scratch have to upload gifs another way…
same, this makes me making projects with animations much harder (I have to fix ever single frames!)
Last edited by sk171044 (Dec. 31, 2022 09:28:32)
- xz-Blaze
-
Scratcher
1000+ posts
GIF's Not Loading Properly
please dont necropost. necroposting is posting on an old, abandoned topic.My browser / operating system: Windows NT 10.0, Chrome 83.0.4103.116, No Flash version detected
Hello! I'd like to report a bug in scratch: When I upload a GIF via the costumes section, (uploading the GIF via the sprites section doesn't work for me for whatever reason) the costumes get mixed up:
For example, the 4th costume might switch with the 6th, and the 7th might switch with the first.
In other words, it's not getting the order of the frames correctly.
Is there a fix for this? Or will scratch have to upload gifs another way…
same, this makes me making projects with animations much harder (I have to fix ever single frames!)
- dripPC
-
Scratcher
1 post
GIF's Not Loading Properly
yea same happing to methe same is also happening to me
- leomeows
-
Scratcher
3 posts
GIF's Not Loading Properly
Bumping this because of a new potential workaround that I never thought of before:Flowerman, bumping; this is a playful, innovative way to solve this!!!!I've experienced this and I used an alternative way to fix the ordering - to use scripts to fix the ordering
When you import a gif (e.g funny-gif), all the frames come out as funny-gif, then funny-gif2, then funny-gif3 etc. Even if they are out of order, you can play the sequence in order by requesting the exact costume name rather than using “next costume”, like this:switch costume to [funny-gif v]
set [frame v] to [1]
repeat (length of gif:: #969696)
wait (0) secs
change [frame v] by (1)
switch costume to (join [funny-gif] (frame))
end
Now the gif should be playing with every frame in the correct part of the sequence.
- Vaporeon_eveelove
-
Scratcher
1 post
GIF's Not Loading Properly
is this part of a gif not working properly? or is it a code to make it less laggy ?
- quadruple_door
-
Scratcher
100+ posts
GIF's Not Loading Properly
This has been happening to me as long as i've been a scratcher, solution? Import as sprite.
- Discussion Forums
- » Bugs and Glitches
-
» GIF's Not Loading Properly













