
-----------------------------------
upthescale
Wed Apr 19, 2006 8:15 pm

Font Again
-----------------------------------
How would you make the font fade?

-----------------------------------
Delos
Wed Apr 19, 2006 8:19 pm


-----------------------------------
upthescale, you should know this by now:
- do not post one liner questions.  Explain your problem more clearly.  Be concise and descriptive.
- post your code.  You're going to get far more help if you show us that you've already done some work.
And with respect to the last half dozen help topics you've posted:
- read what others have said, and try to understand what they're saying.  Glancing over their explanations and thinking you've got it, only to find that you haven't, is not helping anyone.  It won't hurt you to actually try to figure things out on your own.
Computer Science is not a subject you can get very far in by continually mooching off other people's work.

Consider these simple tasks, rethink your problem, repost your question.

-----------------------------------
upthescale
Wed Apr 19, 2006 8:37 pm


-----------------------------------
Ok, i would like to have a font whuch i know how to...but i want it to fade kinda, so you don't really see it, anyone have any suggestions?

-----------------------------------
Cervantes
Wed Apr 19, 2006 9:04 pm


-----------------------------------
So it looks like out of Delos' 3 points, you followed 1/2 of them. This still isn't a very descriptive question, by any stretch of the word. You've completely disregarded the other two points, which are very important.

With that in mind, I'm going to say, "RGB", and leave it at that. Try to learn something for yourself for a while, then come back and post what code you've got.

-----------------------------------
cool dude
Wed Apr 19, 2006 9:20 pm


-----------------------------------
not sure exactly wat u mean but my guess is this...


colourback (black)
cls
color (brightgreen)
var Text2 : string := "Is this what you mean? please try to be a little more descriptive"
for x : 1 .. length (Text2)
    put Text2 (x) ..
    delay (50)
    
end for

hope that helps

-----------------------------------
Dan
Wed Apr 19, 2006 10:33 pm


-----------------------------------
You know that sreach thing is realy usesfull, in 10 seconds of using it i sreached for this:

http://www.compsci.ca/v2/search.php?mode=results

and found:

http://www.compsci.ca/v2/viewtopic.php?t=5254&highlight=font+fade

A hole tutoral just on fading text in turing......
