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

#1 2008-08-26 14:48:15

joeisawesome
Scratcher
Registered: 2008-06-10
Posts: 1000+

Animated Sprites from the internet

How do you get an animated sprites from the internet onto Scratch and do the animation?



PS: please play my Virtual Pichu 1.45 game:

http://scratch.mit.edu/projects/joeisawesome/250610


http://image.hotdog.hu/user/Alex-21/Zenekarok-Ensiferum.jpg

Offline

 

#2 2008-08-26 16:01:12

mletreat
Scratcher
Registered: 2008-05-01
Posts: 100+

Re: Animated Sprites from the internet

You can either find an already animated GIF or you will need to find an image for each piece of the animation (or take screen shots of each piece of the animation to create a separate image for each).

To import many sprites at once, open your folder containing all the images (or one animated gif).

Open Scratch, create a sprite to import the images (you can draw a scrible)
Make sure you are on the scripts tab, not the costumes tab.

Drag the image(s) from your folder into the scripts panel. Scratch will not react for a few seconds, depending on the size/number of your image(s)
All images will be imported as costumes separately.

Then, you will need to create scripts using the "next costume" block to animate your costumes to change.

Offline

 

#3 2008-08-27 04:20:37

Toasty
Scratcher
Registered: 2007-07-01
Posts: 500+

Re: Animated Sprites from the internet

Try  Microsoft Office
they have good animations that go quite well on scratch


http://i44.tinypic.com/263wpxe.png
Lovin' Toast

Offline

 

#4 2008-08-28 18:56:41

terminator355
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: Animated Sprites from the internet

how do you make a sprite a plane gif, jpeg, or something you can open with photoshop or flash.


No new stuff for now guys  wink  join me for some Black Ops on xbox: termhn or for some rock band on PS3: rocket232

Offline

 

#5 2008-08-28 18:59:09

blazerv82
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Animated Sprites from the internet

terminator355 wrote:

how do you make a sprite a plane gif, jpeg, or something you can open with photoshop or flash.

I am assuming you want file conversion, right? Find a image converter, like GIMP.(At least it say so on the GIMP website, and GIMP is free)


Pretty Hate Machine, Broken, Closer To God, The Downward Spiral, Further Down The Spiral, The Perfect Drug, The Fragile, And All That Could Have Been, With Teeth, Year Zero, Y34RZ3R0R3M1X3D, Ghosts I-IV, The Slip, Pretty Hate Machine 2010

Offline

 

#6 2008-08-28 20:34:43

Juzzy
Scratcher
Registered: 2008-08-24
Posts: 100+

Re: Animated Sprites from the internet

I like using GIMP. IT is really good. Download it here

Last edited by Juzzy (2008-08-28 20:35:32)


If you are reading this turn around, walk 3 steps, and do the chickendance
smile  big_smile  smile  big_smile  Which smiley is happier?

Offline

 

#7 2008-08-29 11:24:02

mletreat
Scratcher
Registered: 2008-05-01
Posts: 100+

Re: Animated Sprites from the internet

terminator355 wrote:

how do you make a sprite a plane gif, jpeg, or something you can open with photoshop or flash.

To "export" a sprite to open in Photoshop, GIMP, or Flash, you can right+click (Ctrl+click on Mac) on the sprites costume and select export.  Here is a project that illustrates how to do this:

http://scratch.mit.edu/projects/mletreat/246337

Offline

 

#8 2008-09-15 23:19:16

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

Re: Animated Sprites from the internet

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

 

#9 2008-12-16 16:18:10

terekita
Scratcher
Registered: 2008-12-13
Posts: 6

Re: Animated Sprites from the internet

When I drag a numbered sequence of .jpg files onto the script area, they import fine, but are not in the correct sequence. Can anyone offer tips on this?

thanks!

Offline

 

#10 2008-12-16 16:21:33

terekita
Scratcher
Registered: 2008-12-13
Posts: 6

Re: Animated Sprites from the internet

ps, I'm running 1.3.1 on Mac OS 10.5.5

Offline

 

Board footer