Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Newbie - how can a make text fade into the screen?

how can a make text fade into the screen?

like this one: http://rocky.paperblurt.com/#1l.3.p

i especially want to do the effect where the "Now what?" text appears.

if anyone know how to code that then please help me

thankss!

Comments

  • You mean fade in?
    You can use a combination of the
    (live:)
    
    and
    (stop:)
    
    macro and the
    (transition:)
    
    or
    (t8n:)
    
    macro to do this, something like:
    (live: 1s)[(t8n:"dissolve")[now what1?](stop:)]
    (live: 2s)[(t8n:"dissolve")[now what2?](stop:)]
    (live: 3s)[(t8n:"dissolve")[now what3?](stop:)]
    
    Test it out.
Sign In or Register to comment.