
-----------------------------------
josh_65665
Mon Mar 10, 2008 12:23 am

how do you draw a background file
-----------------------------------
If it is possible how would I draw a background from a file like .jpg?

I'm currently making a game and have just got an error and have lost alot of work.

I had drawn the level using Draw.Line which had took a long time and after the error and after I lost my level I thought
that if it was possible it would be much more easy to make a level in paint and  draw it on the background of my game.

If it is possible how do I do this. Thanks for any help.

-----------------------------------
richcash
Mon Mar 10, 2008 12:50 am

RE:how do you draw a background file
-----------------------------------
I think you are looking for the Pic module. Specifically look up Pic.FileNew, Pic.Draw, and Pic.Free.

Or you can read [url=http://compsci.ca/v3/viewtopic.php?t=191]this tutorial from the Turing Walkthrough.

-----------------------------------
josh_65665
Mon Mar 10, 2008 1:13 am

thank you
-----------------------------------
thank you so much this save more time then you can amagine
