View Single Post
  #3  
Old 08-29-2002, 08:18 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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;
}

Reply With Quote