oh, i see what ya mean, i probably wont get that far in math until like my junior year (Im only in algebra 1 ;.; im a freshman)
by any chance would those things be related to this
Math was made by giltwist, i just edited it a little
NPC Code:
disabledefmovement;
playerx=x;
playery=y;
for(a = 0;a<40;a++){
showimg a,hook_1.png,playerx-this.x-1,playery+this.y-1;
this.x+=.5*(25/20);
this.y=(.05)*(25/25)*this.x^2-this.x;
sleep .05;
}