02-19-2011, 07:18 PM
im used to dealing with sprites and the backbuffer, so those commands sound nice
im used to using these commands like this:
'mainloop
while not endgame
cls 'clearscreen
drawsprite alien,x,y
drawcircle x,y,width
plot x,y
drawline x,y,x2,y2
flipbuffer
wend
im used to using these commands like this:
'mainloop
while not endgame
cls 'clearscreen
drawsprite alien,x,y
drawcircle x,y,width
plot x,y
drawline x,y,x2,y2
flipbuffer
wend