View Single Post
  #9  
Old 11-14-2002, 11:00 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by osrs
NPC Code:

PI=3.14;
while (1==1) { i+=0.1;
showpoly 0,{x,y,x+sin(i)*PI,y+cos(i)*PI};
sleep .05;
}



try this script,maybe would help...
Someone posted a site with things about trigonometry, search for it. =)
why bother using pi as a radius...pi is usually the radian
Reply With Quote