Global radydistance=(ScreenY# * (578/768))
Where ScreenY# = 768
For some reason it's not returning anything
Any thoughts?
Where ScreenY# = 768
For some reason it's not returning anything
Any thoughts?
Graphics 640,480,32,2 yScreen=768 Global radydistance=(yScreen * (578.0/768)) Print radydistance WaitKey()