I can use the 'change ghost effect' to get my title to fade out, but I can't seem to get it to fade in from nothing. I tried 'change ghost effect by -5' but it seems it's already completely faded in. What would I have to do to get it to be faded out, then get it to fade in?
<change[ ghost ]effect by( 2
this gets it to fade out
<change[ ghost ]effect by( -2
i tried to use this to fade in but it doesn't seem to want to
Thanks
Last edited by Broden (2009-04-26 06:09:19)
Offline
when ghost effect is at 100, it is completely faded and when it is at 0 it is completely visible and not faded. so just start at 100 and go backwards! like this:
<set[ ghost ]effect to( 100
<repeat( 50 )
<change[ ghost ]effect by(-2
<end>
Offline