Computer Science Canada Help on putting up the background |
Author: | sunyifei23 [ Fri May 18, 2007 8:23 am ] |
Post subject: | Help on putting up the background |
Anyone can tell me how to set a picture as a background not using pic.draw or pic.screenload? Please help thx |
Author: | lilmizeminem [ Fri May 18, 2007 10:38 am ] |
Post subject: | RE:Help on putting up the background |
that may be difficult with pictures but if you use a pure colour its colorback (3) or any number w.e |
Author: | Albrecd [ Fri May 18, 2007 12:37 pm ] |
Post subject: | Re: Help on putting up the background |
You could make a procedure to read each pixel of the picture and colour each pixel of the background individually, but that's what Pic.Draw does anyway. Why can't you use Pic.Draw? |
Author: | DIIST [ Sat May 19, 2007 1:44 pm ] |
Post subject: | Re: Help on putting up the background |
Try takepic and drawpic. There not part of turings Pic module. |