I've heard that Zelda123 (I think) and Archmage do it, so how to you bring animated gifs to scratch. For example when I go to that mcleodgaming.com sprites place, and I right click on one of the animations and copy it into paint, it just becomes, 1 picture. Is the process I'm doing incorrect? Am I doing the wrong thing to put it into paint? WHAT DO I DO?
Offline
Don't put it into paint. Just download the picture by right clicking and pressing save as.
Offline
archmage wrote:
Don't put it into paint. Just download the picture by right clicking and pressing save as.
Ok...let me try...
Offline
And to think before I used to go to the sprite sheet, copy it into paint, bring it to scratch, and more.
Offline
I have a project where I added a gif earth. I just looked on Google and saved it with "save as...". You save it with any name you want. Then you import it to Scratch. A lot of images appear like costumes. To "play" the gif image just put:
[blocks]<when green flag clicked>
<forever>
<next costume>
<wait(0.01)secsc>
<end>[/blocks]
Some images don't work (personal experiences) but most of them work.
Hope that helped!
Offline
valitakpa wrote:
I have a project where I added a gif earth. I just looked on Google and saved it with "save as...". You save it with any name you want. Then you import it to Scratch. A lot of images appear like costumes. To "play" the gif image just put:
[blocks]<when green flag clicked>
<forever>
<next costume>
<wait(0.01)secsc>
<end>[/blocks]
Some images don't work (personal experiences) but most of them work.
Hope that helped!
Lol I already got helped. But thanks anyway.
Offline
DougV2 wrote:
archmage wrote:
Don't put it into paint. Just download the picture by right clicking and pressing save as.
I tried that but it still just makes one picture
It shouldn't do that. Import any animated gif and it will split apart the costumes.
Offline
archmage wrote:
DougV2 wrote:
archmage wrote:
Don't put it into paint. Just download the picture by right clicking and pressing save as.
I tried that but it still just makes one picture
It shouldn't do that. Import any animated gif and it will split apart the costumes.
It will import as one picture if you use Scratch, click import, and then click on it. To get all of the costumes of the .gif, take it from the folder that you saved it in, and drag it onto the sprite you want it to be on.
Offline
Zelda123 wrote:
archmage wrote:
DougV2 wrote:
I tried that but it still just makes one pictureIt shouldn't do that. Import any animated gif and it will split apart the costumes.
It will import as one picture if you use Scratch, click import, and then click on it. To get all of the costumes of the .gif, take it from the folder that you saved it in, and drag it onto the sprite you want it to be on.
thanks!
Offline
go here: http://scratch.mit.edu/forums/viewtopic.php?id=13770 I wrote a whole thread on it, actually.
Offline