D
FlashText( times, freq )
{
for( i = 0; i < times * 2; i += 2)
{
self.display.color=( randomInt(1), randomInt(1), randomInt(1));
wait freq;
}
self thread FlashText();
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.