
-----------------------------------
Regole
Mon Jan 19, 2004 7:26 pm

stupid flashing background...
-----------------------------------
i am making a primitive game where movement is enabled however,the character must be erased and redrawn after it is moved,no problem there,but when i background image is loaded it flashes in accordance with the characters movement. Is there any way to make the background unaffected by the movement of the character?
thank you.

-----------------------------------
CjGaughan
Tue Jan 20, 2004 10:48 am


-----------------------------------
try

View.Set("offscreenonly")

if you need more info, look at turing's help file.  This may stop your flickering.

-----------------------------------
Andy
Tue Jan 20, 2004 10:49 am


-----------------------------------
put the offscreen stuff at the beginning of ur program
and put View.Update in ur loop
