Thread: Riddle me this.
View Single Post
  #12  
Old 07-31-2001, 04:39 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Talking

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!
Reply With Quote