
-----------------------------------
NEEDSHELP
Fri Jun 05, 2009 7:54 am

Text transitions?
-----------------------------------
a quick question: can one do transitions/special effects with Draw.Text commands? and what about normal screens in a turing program, meaning, without having to insert a picture in??

is it feasable?  :?: 

thnx....

-----------------------------------
NEEDSHELP
Fri Jun 05, 2009 7:56 am

RE:Text transitions?
-----------------------------------
oh, and how can one do so?

-----------------------------------
DemonWasp
Fri Jun 05, 2009 8:02 am

RE:Text transitions?
-----------------------------------
Not really; if you want fancy text animations, you need to do it in "graphics" mode - console modes (text, screen) don't support anything other than character graphics for the most part. To do this in "graphics" mode, you're probably best to just draw the font in a series of colours that fade appropriately (you may have to edit the colour palette yourself).

-----------------------------------
BigBear
Fri Jun 05, 2009 9:02 am

RE:Text transitions?
-----------------------------------
Here is an old thread with a whole bunch of text effects. 

http://compsci.ca/v3/viewtopic.php?t=52&highlight=text+effects

I was thinking of taking most of them and making a module

-----------------------------------
NEEDSHELP
Fri Jun 05, 2009 1:47 pm

RE:Text transitions?
-----------------------------------
thanks for all the help guys! :)
i think it just might work in my case... ^^
