can someone please tell me why my 2D box is not showing
load bitmap "C:\Ste\yellow.bmp"
load sound "C:\Ste\end.wav",1
ink rgb(244,214,210),0
hide mouse
loop music 1
sync on
do
if upkey()=1 then circle 200,200,30
if upkey()=1 then play sound 1
if downkey()=1 then box left,top,right,bottom
sync
loop
suspend for key
end
the circle shows fine and sound plays fine.. but no box, i also seen that it said filled box, if any one will be willing to help me can they tell me the code for a none filled box please... i am very new.. say 3 days i have been playing with this cool program