The sqrt function - sqrt stands for square root - extracts the square root of the argument. If the argument is 1 the function returns 1. if the argument is 4 the function will return 2.
sphere.YPosition = sqrt( time );
This extracts the square root of the time value:
|