Page 1 of 1

Quick Question on -put-xor-or-and-pset.....

Posted: Wed Sep 10, 2008 8:04 pm
by KDAG
Whats the best way to use the get/put graphics command without getting the flicker of restoring the background placing the mask then adding the pic? :?

Posted: Wed Sep 10, 2008 8:31 pm
by T'lon Nanaki
I'd try dimentioning a screenbuffer, put the graphics in the buffer, then use the put command to place it on the screen, thus eliminating flicker

I remember seeing a tutorial in this site that explains how to do that, but i don't know about using get or put in the buffer :P

Posted: Wed Sep 10, 2008 8:55 pm
by burger2227
Try using WAIT or page flipping in Screens 7 or 9. Don't use CLS!

Screen 13 can use the screen buffer directly from a BSAVE file.

Ted

Posted: Thu Sep 11, 2008 7:18 am
by Nodtveidt
If you're using QB, just use a graphics library. There's plenty of them.