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

#1 2010-11-16 20:42:41

racerdude24
Scratcher
Registered: 2010-01-24
Posts: 20

Animation

How do you make your picture (for example, mine is a bunch of rainbow rectangles) an animation???


3:00= get on scratch; 3:01= delete messages
3:02= pie time!

Offline

 

#2 2010-11-16 21:37:06

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: Animation

You could just make it move.

Like:

[blocks]<when green flag clicked>
<move( 10 )steps>[/blocks]

is a very simple example, where the blocks move a little bit.

Or you could make different frames, where you would make costumes with a slight bit changed and when used with this script:

[blocks]<when green flag clicked>
<repeat( however many
<next costume>
<end>[/blocks]

will seem like it's moving.


Please ask if you have any questions or want me to elaborate.  smile


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#3 2010-11-16 21:41:41

gettysburg11
Scratcher
Registered: 2008-06-14
Posts: 1000+

Re: Animation

I think he means his avatar.

For a moving avatar, you'd need it to be a GIF file. To make one yourself, you'd need GIMP or some GIF-making program like that, or just search Google Images or something similar to find one that you like.


http://i256.photobucket.com/albums/hh184/mnacmilan/LOGO_ACMILAN-Splash.gif

Offline

 

#4 2010-11-18 16:06:34

racerdude24
Scratcher
Registered: 2010-01-24
Posts: 20

Re: Animation

supoftomato, I was talking about something different. But i appreciate your effort to help.


3:00= get on scratch; 3:01= delete messages
3:02= pie time!

Offline

 

Board footer