
-----------------------------------
turinggirl
Sun May 20, 2012 5:43 pm

Turing background help
-----------------------------------
What is it you are trying to achieve?



What is the problem you are having?


how would I many this background fade into a lighter blue colour?

Describe what you have tried to solve this problem



Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)








Please specify what version of Turing you are using


-----------------------------------
turinggirl
Sun May 20, 2012 5:43 pm

Re: Turing background help
-----------------------------------
make*

-----------------------------------
evildaddy911
Mon May 21, 2012 12:34 pm

Re: Turing background help
-----------------------------------
dont, double post, use the edit button.

use another DrawSpecial, except with a lighter-colored picture:

Draw.FillBox (0, 0, 800, 1000, brightblue) 
bluebackground2 := Pic.New (0, 0, 800, 1000)
