
08-29-2002, 11:24 PM
|
|
Registered User
|
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
|
|
|
Hmm... I have something that will do a circle, I am at school so I can't play much w/ it :P
if (created)
{this.circles;
this.angle=1;
this.distance;
for (i=0;i<this.circles;i++)
{this.x=sin(this.angle)*this.distance;
this.y=cos(this.angle)*this.distance;
showimg 65+i@O,this.x,this.y;}
}
---Shifter |
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
|
|
|
|
|