I know mother's day is coming up and I wanted to do something simple to show my mommy that I love her, but since i'm poor I can only do with what I have.
Anyway, I'm making her a program and I've just finished the begginning, I plan to add a slideshow of family memories and some nice loving music.
Well anyway, I felt like posting up what i have so far, Happy Mom's day to everyone at TGC if there is any mum's.
sync on:cls
sync rate 50
hide mouse
do
set text font "courier"
set text size 62
text 10,30,"Happy Mothers Day!"
text 100,100,"I love you Mom!"
for star=1 to 1000
dot rnd(640),rnd(480)
next star
for confetti=1 to 1000
red=rnd(255)
green=rnd(255)
blue=rnd(255)
ink RGB(red,green,blue),RGB(red,green,blue)
circle rnd(640),rnd(480),2
next confetti
backdrop on
color backdrop 1
scroll backdrop 150,200
sync
loop
zombie