Posted: Tue Feb 17, 2004 4:12 pm Post subject: fixed background
is it possible to have a fixed .bmp background? so the picture stays in one place without being erased while the program is being executed.
Sponsor Sponsor
shorthair
Posted: Tue Feb 17, 2004 4:20 pm Post subject: (No subject)
its not that fact that it woluld be erased but if you have something over top moving it would go over it , but to fix that all you would have to do is redraw the background , every time the object moves ,
code:
Pic.ScreenLoad Part of Pic module
Syntax Pic.ScreenLoad (fileName : string, x, y, mode : int)
Description Pic.ScreenLoad displays a picture from a file straight to the screen.
look under pic in the turing help for more info on loading ics there are many ways to do it
prima_rory
Posted: Tue Feb 17, 2004 5:41 pm Post subject: (No subject)