QB64.org Forum
Active Forums => Programs => Topic started by: SierraKen on December 23, 2019, 03:27:06 pm
-
This morning I made this gift for you all to have for all the help you have done for me this year in learning about the language. Thank you!
Feel free to change anything you wish and re-post if you want. After it loads, press the Space Bar to re-decorate.
_TITLE "Merry Christmas QB64.org Forum! - Press Space Bar To Re-Decorate." start:
t = 0
tt = 0
'Draw sky.
sky = sky + .25
'Draw ground.
cc2 = cc2 + 1
y = 300
c4 = c2
'Christmas Tree
LINE (380, 520)-(420, 200), _RGB32(127, 255, 127), BF
'Right Side
'Left Side
'Tip
'Star
'tinsel
amount = 250
tt = tt + 1
tc1 = 244
tc2 = 244
tc3 = 244
tc1 = tc1 + 1
tc2 = tc2 + 1
tc3 = tc3 + 1
LINE (tx
, ty
)-(tx
, ty
+ sz
), _RGB32(tc1
, tc2
, tc3
) nex:
'Random Ornaments
amount2 = 50
t = t + 1
co1 = co1 - 1
co2 = co2 - 1
co3 = co3 - 1
nex2:
-
@Sierra Ken
Thanks for gift!
Merry Christmas!
-
Thank You, SierraKen. Merry Christmas! Petr