Computer Science Canada how do you draw a background file |
Author: | josh_65665 [ Mon Mar 10, 2008 12:23 am ] |
Post subject: | 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. |
Author: | richcash [ Mon Mar 10, 2008 12:50 am ] |
Post subject: | 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 this tutorial from the Turing Walkthrough. |
Author: | josh_65665 [ Mon Mar 10, 2008 1:13 am ] |
Post subject: | thank you |
thank you so much this save more time then you can amagine |