
-----------------------------------
prima_rory
Tue Feb 17, 2004 4:12 pm

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.

-----------------------------------
shorthair
Tue Feb 17, 2004 4:20 pm


-----------------------------------
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 , 


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
Tue Feb 17, 2004 5:41 pm


-----------------------------------
thx ill try that :D
