Hi, I usually "to good" to post questions on a Newbie board. But to day I ask two questions, one is a questionm, the other is a question asking if you can answer the first, actually that's pretty lame, and umm ya. So, ya umm can someone explain to me with their vast amount of knowlege why this is happening? ok so that was the question asking if you can answer this question:
well, umm here's some code demostrating the problem:
sync on : sync rate 0 : cls : hide mouse
set text font "Courier New"
draw to front
make object cube 1,100
n#=0
wait 300
ink rgb(0,255,0),0
do
n#=curvevalue(100,n#,20)
set text size n#
center text 320,100,"You Won!"
`blah blah blah
set text size 16
text 0,0,"Health:"
sync
loop
ya, so, why is "You Won!" printed twice?, in two different sizes?? cause this is as confusing as an oxymoron to me.
www.CyberLuke.com