Computer Science Canada

making background stay

Author:  be natural* [ Fri Jun 06, 2003 5:50 am ]
Post subject:  making background stay

i'm making a game and i have a background for it which i drew it on turing.. i made a separate procedure just for background and i call other procedures in the background procedure. All of my procedures are linked together and when i call my first procedure in the background proc, the background stays, but whenever i make another move, it disappears.
How can i make the background stay? Smile

Author:  Blade [ Fri Jun 06, 2003 7:17 am ]
Post subject: 

keep redrawing the background.. would be easier if you drew it in turing. used Pic.Save to save it as a bmp or jpg, then just declared a new pic using Pic.FileNew and redrew it from the pic, but thats just me... either way you need to continuously redraw the background


: