Computer Science Canada

Flicker Issue

Author:  Barda4 [ Sun Jan 14, 2007 12:00 am ]
Post subject:  Flicker Issue

I am having trouble with my background. My char starts fine near the center of the screen,but when I move him, the background disappears and come back. While my char does not flicker when he moves. Also I would also like to know if there is a way to make it the blue around my char to be transparent not white. To move is the arrow keys

Author:  CodeMonkey2000 [ Sun Jan 14, 2007 12:25 am ]
Post subject:  RE:Flicker Issue

There is no code, but use setscreen("offscreenonly") with View.Update to get rid of flicker and to the set stransparent colours use pic.setTranseparentColour(filename,and transparent colour). when you draw it instead of useing picCopy, use picMerge.


: