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

#1 2011-07-20 12:38:21

LavenderNinja
Scratcher
Registered: 2011-06-25
Posts: 5

How do you make someone walk (animation

Can someone please tell me how to animate a animal/person/thing to walk???

Offline

 

#2 2011-07-20 13:16:59

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: How do you make someone walk (animation

First, you need 2 or more costumes. Then you have to have a script that includes next costume.
Here's an example:
When Start Clicked
Forever
  wait .5 seconds
  next costume
  move 15 steps

Offline

 

#3 2011-07-20 15:50:14

LordSydney
Scratcher
Registered: 2011-04-20
Posts: 100+

Re: How do you make someone walk (animation

If you want to see how animation works in Scratch, I have an entirely animated project that you can download to look at the scripts here. If you want it to move you will have move blocks like Laptop97 said. The smother the animation you want, the more costumes and shorter waits and shorter step you must need.

Also I believe this topic belongs in the All About Scratch forum, so I will report it so a moderator can move it there.

Last edited by LordSydney (2011-07-20 15:51:55)


Need help with BBCode?
http://i.imgur.com/IfWrL.gifAlso check this out!http://i.imgur.com/YgF2v.gif

Offline

 

#4 2011-07-22 17:37:05

ZNicole16
New Scratcher
Registered: 2011-07-22
Posts: 1

Re: How do you make someone walk (animation

im am new to scratch and i would like to know how to make your sprite walk straight. i did something to make the sprite walk up, down, right, left but the sprite goes upside down when i press left, and it goes side ways when i press left or up. some one help.

Offline

 

Board footer