Quote:
Originally posted by Dach
try this script to see what each function does
NPC Code:
while (1==1) {
i+=.1;
showpoly 0,{x,y,x+sin(i),y};
message #v(i);
sleep .05;
}
It should give you a good idea of how they work.
|
Wow, It took a second to get but I think I understand. Thanx, I still dont understand sin all the way but I will expiriement with this.
Thanx