screen saver
Author |
Message |
new programmar
|
Posted: Mon Apr 12, 2004 5:51 pm Post subject: screen saver |
|
|
i am so struling on my screen saver assigment. can some one give two screen saver |
|
|
|
|
|
Sponsor Sponsor
|
|
|
gamer
|
Posted: Mon Apr 12, 2004 5:58 pm Post subject: (No subject) |
|
|
this aint the purpose of this forum
the purpose of this forum is to help those who hav attempted/tried programmin
u cant just post a new topic n expect people to do ur project for u |
|
|
|
|
|
Tony
|
Posted: Mon Apr 12, 2004 6:08 pm Post subject: (No subject) |
|
|
i'd do your project for you 8) if you pay me enough
besides, 'screen save' has got to be the easiest assignment since you just do ANY kind of animation If you're hopelessly lost and can't even draw frew random circles
code: |
loop
Draw.FillOval(Rand.Int(0,maxx),Rand.Int(0,maxy),Rand.Int(5,50),Rand.Int(5,50),Rand.Int(0,maxcol))
end loop
|
then maybe you shouldn't be taking computer science in the first place
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|