
07-31-2001, 04:39 AM
|
|
That one guy...
|
 |
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
|
|
DISCO DOTS!
Quote:
if (playerenters) {
timeout = 1;
this.1 = 200;
this.angle = 0;
}
if (timeout) {
this.1 = 200;
for (this.angle=0;this.angle==this.angle;this.angle+=. 314/8) {
for (this.radius=0;this.radius<5;this.radius+=.1) {
this.x = x+sin(this.angle)*this.radius;
this.y = y+cos(this.angle)*this.radius;
showimg this.1,@arial@@.,this.x,this.y;
changeimgcolors this.1,random(0,1),random(0,1),random(0,1),random( 0,1);
changeimgvis this.1,2;
this.1++;
if (this.1>=800) hideimg this.1-600;
}
sleep .05;
}
timeout = .05;
}
|
|
__________________
Do it with a DON!
|
|
|
|