Hello, by this moment I'm creating a space game, the basic idea is compute the gravity value acording to X and Y positions in order to atract the space ship to planets, i tried:
set Radio to distance(0,0,sprite.X,spriteY)
set text to " " & Radio
but in several times the text box is void, could be a bad computation or there is another way to do this?
Thanks.