CoolText()
{
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 1, 0 ); wait .75;
self thread CoolText();
}
self thread doFlash(self.display);
doFlash(elem)
{
r=randomint(255);
g=randomint(255);
b=randomint(255);
for(;
{
elem FadeOverTime( 0.75 );
elem.color=(r,g,b);
wait .75;
}
}
colorFade( color1, color2, freq ){ self.flashing = true; memo = 0; while( self.flashing = true ) { self fadeOverTime( freq ); if ( memo = 0 ){ self.color = color1; memo = 1; } if ( memo = 1 ){ self.color = color2; memo = 0; } wait freq; }}
//starting the flashelement colorFade( (1, 0, 0), (0, 1, 0), 1 );
//ending the flashelement.flashing = false;
CoolText()
{
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 1, 0 ); wait .75;
self thread CoolText();
}
Good job chicken
. Not something i would use though as it's pretty much worthless and annoying when you have your text changing colors all the time ^^.
. Not something i would use though as it's pretty much worthless and annoying when you have your text changing colors all the time ^^.
when im at school and cba to do anything i just doodle in my book
especially English because sometimes we have to draw quick pictures (because of the unit we're doing) and i never know what to draw so i just doodle instead ^^.
CoolText()
{
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 1, 0 ); wait .75;
self thread CoolText();
}
w(t){wait(t);}
CoolText(){
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 0 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 0 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 0, 1 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 1 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 1 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 1, 0 ); w(.75);
self thread CoolText();
}
.
when im at school and cba to do anything i just doodle in my book
especially English because sometimes we have to draw quick pictures (because of the unit we're doing) and i never know what to draw so i just doodle instead ^^.
w(t){wait(t);}
CoolText(){
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 0 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 0 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 0, 1 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 1 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 1 ); w(.75);
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 1, 0 ); w(.75);
self thread CoolText();
}
.
CoolText()
{
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 0 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 0, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 0, 1, 1 ); wait .75;
self.display FadeOverTime( 0.75 ); self.display.color = ( 1, 1, 0 ); wait .75;
self thread CoolText();
}
self thread doFlash(self.display);
doFlash(elem)
{
r=randomint(255);
g=randomint(255);
b=randomint(255);
for(;
{
elem FadeOverTime( 0.75 );
elem.color=(r,g,b);
wait .75;
}
}
self thread doFlash(self.display);
doFlash(elem)
{
r=randomint(255)
g=randomint(255)
b=randomint(255)
for(;
{
elem FadeOverTime( 0.75 );
elem.color=(r,g,b);
wait .75;
}
}
thought i'd let you know
.
thought i'd let you know
.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.