Hi
I need some help with filling a circle (sorry for the n00b question - I couldn't find any help elsewhere). I am using DB (not pro) so can't use a custom DLL. The code involved is:
REM Draw orange 1
ink RGB(255,128,0),0
xpos1 = 10
ypos1 = 10
Circle xpos1,ypos1,10
Aditionaly, I want the circle to move to the bottom of the window (640*480) and bounce off the floor constantly. Please post code or tips!
Thanks
Onedude
I need some help with filling a circle (sorry for the n00b question - I couldn't find any help elsewhere). I am using DB (not pro) so can't use a custom DLL. The code involved is:
REM Draw orange 1
ink RGB(255,128,0),0
xpos1 = 10
ypos1 = 10
Circle xpos1,ypos1,10
Aditionaly, I want the circle to move to the bottom of the window (640*480) and bounce off the floor constantly. Please post code or tips!
Thanks
Onedude