I want to make a sprite go back and forth on a parabola and draw it using the pen tool. How do I make a single parabola without using sine or cosine?
Offline
Do I need to clarify?
Offline
http://www.mathwarehouse.com/geometry/parabola/
Its grade 10 math
the formula is y=x^2+ax+b
Offline
archmage wrote:
http://www.mathwarehouse.com/geometry/parabola/
Its grade 10 math
the formula is y=x^2+ax+b
I now the formula and everything, but how do I implament it as a movement?
I scripted it before as "set y to x-position*x-position..." and so on
Offline
try looking at the scripts in this project
http://scratch.mit.edu/projects/DrSuper/337979
Offline
archmage wrote:
try looking at the scripts in this project
http://scratch.mit.edu/projects/DrSuper/337979
Thanks!
Offline