Setvirtualresolution(640,480) ResetTimer() text$="Example Text" CreateText(1,text$) SetTextSize(1,35) SetTextPosition(1,8,80) SetTextColor( 1, Random(0,255), Random(0,255), Random(0,255), Random(100,255) ) Repeat Print ("Text Blue Component Value = "+Str(GetTextColorBlue(1))) Sync() Until Timer()>12 End