View Single Post
  #16  
Old 01-06-2011, 01:42 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
It's in radians, not degrees.

PHP Code:
this.angle random(this.angle-0.261,this.angle+0.261
Google "# degrees to radians" if you need help converting.

You can also use degtorad but it's not recommended to use degrees in scripting anyway.
__________________
Reply With Quote