SCREEN 9, 0, 0, 0
LOCATE 10, 10: PRINT "1234" PCOPY 0, 1 CLS SLEEP SCREEN 9, 0, 1, 1 SLEEP END That works, but just try that in SCREEN 12 or 13. SCREEN 13, 0, 0, 0 LOCATE 10, 10: PRINT "1234" PCOPY 0, 1 CLS SLEEP SCREEN 13, 0, 1, 1 SLEEP END ----------------------------------------- Looks like you don't make the "A" Team, sucka! Mr. T OK Galleon, don't mind Mr. T, he suffers from roid rage. (Probably the type a little Preparation H would clear right up, but I digress.) I don't do graphics and even though QB Help shows 1 page for screens 11, 12, and 13, I haven't found a way to configure one, like in the examples above. If you or anyone else who reads this would like to supply a working example, I'd love to see it. Thanks, Pete |
| Response Title | Author and Date |
| You have one page, which is the page that writes directly to the screen. | qbguy on Dec 31 |
| * Thanks, that makes sense. | Pete on Dec 31 |