
December 10th, 2012, 09:18 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 3
Time spent in forums: 11 m 3 sec
Reputation Power: 0
|
|
|
Help
imageA = makePicture('imageA.jpg')
imageB = makePicture('imageB.jpg')
imageC = makePicture('imageC.jpg')
# All program code is to be placed immediately below this comment
Show (imageC)
I need to copy the sun from the upper-left corner imageB and scale that copy to double its original size into imageC.
Place it in upper-left corner of imageC so that it is completly visable
chjange color of sun, in imageC,to any color you like, (other than current color, yellow or the color you choose for the sky.)
change the color of the sky,in imageC to any color you like(other than green,cyan or the color you choose for sun or house)
|