Computer Science Canada Image will not properly draw |
Author: | aspire [ Fri Nov 30, 2007 11:16 am ] | ||||
Post subject: | Image will not properly draw | ||||
Hello. I am in need of some help. I am trying to draw an image moving around the screen with a background. Now when I do the picMerge, it seems to merge some of the inner image too. Any ideas ? Suggestions ? Here are the images:
|
Author: | Zampano [ Fri Nov 30, 2007 11:20 am ] |
Post subject: | Re: Image will not properly draw |
I had this problem a while ago. The problem is that a part of the image is the same colour as the background. Unfortunately, Turing has no method of removeing the background and not the inside. The best method to solve this as I know of is to change the background to a colour that is not used at all in the actual figure, and use Pic.SetTransparentColour (the colour you changed the background to). Then you will remove the background and not the character. |
Author: | aspire [ Fri Nov 30, 2007 1:09 pm ] |
Post subject: | RE:Image will not properly draw |
Ok. Thanks for the answer, I will try it out. |