Computer Science Canada

screen saver

Author:  new programmar [ 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

Author:  gamer [ Mon Apr 12, 2004 5:58 pm ]
Post 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

Author:  Tony [ Mon Apr 12, 2004 6:08 pm ]
Post subject: 

i'd do your project for you 8) if you pay me enough Laughing

besides, 'screen save' has got to be the easiest assignment since you just do ANY kind of animation Rolling Eyes 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
Evil or Very Mad


: