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

#1 2009-06-06 05:44:24

whitepikmin
Scratcher
Registered: 2009-06-06
Posts: 2

Walking

How do i make my pokemon look like its walking some one please help

Last edited by whitepikmin (2009-06-06 05:44:54)

Offline

 

#2 2009-06-06 05:45:52

whitepikmin
Scratcher
Registered: 2009-06-06
Posts: 2

Re: Walking

IF any one can help this would be a big help

Offline

 

#3 2009-06-06 09:44:36

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

Re: Walking

One common way is to make an animation.  You do that by creating a series of costumes, each with the legs in a different position.  Then, you make a loop that changes the costumes quickly and it looks like the sprite is moving to your eye.  You can see a simple of example of this by opening up a new Scratch Project and looking at the cat sprite.  You will see two costumes.  If you make a script for the cat like:

[blocks]
<when green flag clicked>
<forever>
<next costume>
<wait( .1 )secsc>
<end>
[/blocks]

and run it, it will look like the cat is moving it's legs.


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

Offline

 

Board footer