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

#1 2008-09-13 17:28:36

andy321
Scratcher
Registered: 2008-08-06
Posts: 53

how to import animated sprites

i no how to import my own sprites from online, but how do i get animated ones?

Offline

 

#2 2008-09-14 09:04:43

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

Re: how to import animated sprites

Yes you can! Download or find the file on your operating system, then open Scratch, open the default cat sprite's Costumes tab, and simply drag the animated .gif in!


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

Offline

 

#3 2008-09-14 16:10:44

andy321
Scratcher
Registered: 2008-08-06
Posts: 53

Re: how to import animated sprites

fullmoon wrote:

Yes you can! Download or find the file on your operating system, then open Scratch, open the default cat sprite's Costumes tab, and simply drag the animated .gif in!

could you say that again?

Offline

 

#4 2008-09-15 20:51:03

PetertheGeek
Scratcher
Registered: 2008-07-21
Posts: 34

Re: how to import animated sprites

To import an animated image, click the sprite that you want to have the animated image as on of its costumes, then click "import" and select the image that you want to import.. If you are wondering where to find animated images, then just do an online search for "animated gifs".

Last edited by PetertheGeek (2008-09-15 20:53:39)


Check out my Scratch Blog or my new game Tunnel!

Offline

 

#5 2008-09-15 23:22:53

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

Re: how to import animated sprites

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 (and it is easiest to drag them from a browser 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