Stickman Math - Level 3

In this lesson you will learn to use Cos() and Sin() functions.
They are used to make a control point rotate in a circle by time.
Type in the correct expression and click "Answer".
When you have earned enough points, you can continue to next level.

Required points for next level:
Your points so far:

Example
Rotate by -Time() with speed 3,1 and distance 40
X = Cos(-Time()*3,1)*40
Y = Sin(-Time()*3,1)*40


X
Y
Explaination
Cos(angle)*length - The X value of a vector with angle and length.
Sin(angle)*length - The Y value of a vector with angle and length.