Re: Help for a beginner please!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Does anyone want to comment
this part of a program?

for i = startx to endx do
-- ERASE PIXMAP1 (OVERWRITE PIXMAP1 BY PIXMAP2 IN MEMORY)
	 copyBlt(pixmap1,0,0,pixmap2)
-- DRAW GRAPHICS ON PIXMAP1
	drawEllipse(pixmap1,0,i,23,i+rad,(23+rad))
-- COPY PIXMAP1 TO CONTROL WIN1
	copyBlt(win1,x,y,pixmap1)
 end for


/amux

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu