This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-09-01 19:28:04

HarryPotterGal
Scratcher
Registered: 2008-04-02
Posts: 26

Help! How do I import GIFS?

I would like some help, I am very confuzzled. O.o Helpers!

Offline

 

#2 2008-09-01 19:32:02

dingdong
Scratcher
Registered: 2007-08-09
Posts: 1000+

Re: Help! How do I import GIFS?

err... well you go to import sprite and search your computer, if it doesn't accept it you can open it in paint and convert it to a Jpeg but there will be some quality loss


http://img851.imageshack.us/img851/2829/superanbanner.png
click the image for my music

Offline

 

#3 2008-09-01 19:39:34

HarryPotterGal
Scratcher
Registered: 2008-04-02
Posts: 26

Re: Help! How do I import GIFS?

oh ok. Il try paint, because it wont let me open it in scratch. ^^ Thanks for all your help!

Offline

 

#4 2008-09-02 01:16:08

JD_Wardrop
Scratcher
Registered: 2008-07-04
Posts: 69

Re: Help! How do I import GIFS?

save the animated gif, then go to the costumes tab. click on import, open up the gif, and it will have the costumes yo make it!

Offline

 

#5 2008-09-02 03:26:23

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Help! How do I import GIFS?

I think you can just drag the GIF and drop it on the Scratch project and it will import it.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#6 2008-09-02 14:32:36

rissaroo25
Scratcher
Registered: 2008-04-09
Posts: 4

Re: Help! How do I import GIFS?

<go to[ <end><play sound[  ]and waits>how?
idk
how
to
do:(
it!

Offline

 

#7 2008-09-02 16:22:45

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Help! How do I import GIFS?

rissaroo25 wrote:

<go to[ <end><play sound[  ]and waits>how?
idk
how
to
do:(
it!

What don't you get?
HarryPotterGal this shouldn't be in Show and Tell. Put it in "all about Scratch" or something

Sorry if I sounded strict. School just started and it's very stressful  sad

Offline

 

#8 2008-09-14 09:07:40

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Help! How do I import GIFS?

Paddle2See wrote:

I think you can just drag the GIF and drop it on the Scratch project and it will import it.

Paddle2See is right, but make sure you drag it into a sprite's Cosutmes tab, otherwise it'll create new backgrounds for each frame of the animated .gif you drag in.


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#9 2008-09-14 20:50:01

zawicki1fromyoutube
Scratcher
Registered: 2008-07-31
Posts: 1000+

Re: Help! How do I import GIFS?

right click on the gif, hit "save image as" then open the file in scratch, and each costume is a frame. (just hit make a forever block, and do: <next costume>
                                                                      <wait(0.1  )secsc>)


|Call Of Duty: Black Ops Wii Friend Code: 3519-4456-0013|
|Follow me on Twitter|Subscribe To My Youtube Channel

Offline

 

#10 2008-09-15 23:21:29

vikaros
Scratcher
Registered: 2007-06-04
Posts: 100

Re: Help! How do I import GIFS?

These are two different questions: How do I import an animated GIF (which many are calling an animated sprite)?    and   Why isn't my imported animated GIF still animated once it is in Scratch?

An animated GIF is a special image format that stores a sequence of images and some proprietary code describing how long they should each be displayed for and in what sequence.

When you import an animated GIF into Scratch all of the images are copied as costumes, but you lose the GIF code.  So if you want the imported images to be animated you'll have to add your own Scratch code.  Maybe like this:

When Flag pressed
Forever
  wait .03 seconds
  next costume
End of Forever

Offline

 

Board footer