CodeBase - Stick Figure Walking

Return to the CodeBase listing

Category: 2D

Version: 1.0

0
0

Information

Uploaded: 11th Jun 2006 21:29

Modified: 1st Jan 1970 01:00

Author:  Jedi Lord

Summary

It a tutorial for people who want to know what is Sine/Cosine.

Full Description

What you will see, it will have a Stick Figure walking, also I added some note along the code to explain what it was doing and soemthing important in the code.<br /> I just made this tutorial for the newcomer, and I don't want newcomer end up like me on something what you DON'T want to know...<br /> I have out done another work for everyone to check it out.<br /> I make the movement and leg walking... it all related to sine and cosine.<br /> Remember... one most important thing in Sine/Cosine...<br /> When you are using it... they flip rotation... usually 0 degree is up, but in that system... it flipped to down.<br /> You will understand during the tutorial... if you don't understand, then make your own Stick Figure walking... soon you will find out about it.<br /> <br /> THE MOST IMPORTANT THING YOU NEED TO KNOW:<br /> X=SINE<br /> Y=COSINE<br /> for example:<br /> X=normalpositionx+sin(180)*radius.<br /> I hope I explained much.

Comments

No comments yet.