Page 1 of 1

text effect w/ changing fonts

Posted: Wed Jan 19, 2005 21:29
by mduc
i'm looking for a simple text-effect.

i especially care about one feature: i need a parameter, that changes the font of the text. similar to the asci-freeframe-plug-in. in the asci plug-in i'm able to choose between 4 or 5 different fonts.

is there something like that???
if not, how can i create my own plugin??

thx mduc

Posted: Wed Jan 19, 2005 23:23
by Kay
You could use flash MX to do that.

Simply link flash param1 to font (or to a different premade clip)

Posted: Thu Jan 20, 2005 11:21
by edwin
for more info in how to make freeframe plugins visit the following links:

http://freeframe.sourceforge.net/
http://sourceforge.net/projects/freeframe

a very nice freeframe SDK was made, this sdk consists out of a project wizard for msvc, step for step you will be guided to the process of making a plugin. in the end you only have change one piece of code in the project and that's the function wich does the actual processing.
if you are somehow experienced in msvc making a plugin is a breeze:
http://www.infomus.dist.unige.it/FreeFr ... meSDK.html

cheers
Edwin

Posted: Thu Jan 20, 2005 11:21
by edwin
this SDK is alomst ready for the mac as well

wicked
edwin

Posted: Thu Jan 20, 2005 12:46
by mduc
thx dudes:)