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 Alpha Component Value = "+Str(GetTextColorAlpha(1))) Sync() Until Timer()>12 End