View Full Version : How do I get my character to Walk?
samsun2
10-22-2009, 04:57 PM
How do I make my character walk?? I can't see how to do this? I don't want my character to move into the scene I want him to walk.
Need steps please I am a newbie.
Thank you :)
spykid1305
10-22-2009, 09:12 PM
You will have to create a method for making a character walk if it doesn't already have a pre-defined method.
To use a pre-defined method that already has walking, you may go to the he or shebuilder (Go to Add Object > Local Gallery > People > Scroll all the way to the right > Click He/Shebuilder and create a person.
After creating your person, go to the objects "method" tab and drag the walk [setWalkTime] into your method.
blootow
10-24-2009, 01:29 AM
How do I make my character walk?? I can't see how to do this?
Hi samsun2,
Which object are you using in your program. Perhaps I can help write a short test program to help you out?
mcavner
10-24-2009, 09:21 AM
There are many characters that already know how to walk. I had my students write walk code last year - but I really see that as a waste of time when there are many that already know how. If you are in 2.2, look in the folder called walking people.
How do I make my character walk?? I can't see how to do this? I don't want my character to move into the scene I want him to walk.
Need steps please I am a newbie.
Thank you :)
xxledzeppelin2x3
10-25-2009, 11:11 PM
example: loop
do together
do in order
leg turn forward .5 meters
leg turn backward .5 meters