Computer Science Canada Turing background help |
Author: | turinggirl [ Sun May 20, 2012 5:43 pm ] | ||
Post subject: | Turing background help | ||
What is it you are trying to achieve? <Replace all the <> with your answers/code and remove the <>> What is the problem you are having? <var bluebackground: int Draw.FillBox (0, 0, 800, 1000, blue) bluebackground := Pic.New (0, 0, 800, 1000) cls Pic.DrawSpecial (redID, 0, 0, picCopy, picFadeIn, 1000) delay(2000)> how would I many this background fade into a lighter blue colour? Describe what you have tried to solve this problem <Answer Here> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using <Answer Here> |
Author: | turinggirl [ Sun May 20, 2012 5:43 pm ] |
Post subject: | Re: Turing background help |
make* |
Author: | evildaddy911 [ Mon May 21, 2012 12:34 pm ] | ||
Post subject: | Re: Turing background help | ||
dont, double post, use the edit button. use another DrawSpecial, except with a lighter-colored picture:
|