Thread: Ideas
View Single Post
  #49  
Old 10-21-2001, 09:20 AM
Jerom Jerom is offline
Banned
Jerom's Avatar
Join Date: Mar 2001
Location: In a Trash Can
Posts: 3,708
Jerom is on a distinguished road
Send a message via AIM to Jerom
Quote:
Originally posted by ZanderX


Methinks Jerom is jealous?
Methinks Birdbird should use this script in all of his disco levels.
if (playerenters){
timeout = 0.05;}

if (timeout){
timeout = 0.05;
this.r+=0.01;
this.g+=0.02;
this.b+=0.03;
this.a+=0.05;
setcoloreffect this.r,this.g,this.b,this.a;}

if (this.r>=1){
this.r=0;}
if (this.g>=1){
this.g=0;}
if (this.b>=1){
this.b=0;}
if (this.a>=0.9){
this.a=0;}
Reply With Quote