Forum rules - please read before posting.

Journal text fade

Hi,
Is there any way to make journal text fade-in/fade-out on page change?
I created simple animation for paper sheet turning and Im playing it with timeline on page turn - now, I could by theory add my text field to this timeline, fade it out in 0.1s, fade it in again in 1s and it works - but problem is it would need some delay to change text, as right now the text is changed the moment you click the button - could it somehow be accessed with script? Or any tip how to do it?

Thanks

Comments

  • The effect of it will always be instant, but yes - you can shift a Journal element through script:

    var journalToShift = PlayerMenus.GetElementWithName("MyMenu", "MyJournal") as MenuJournal;
    journalToShift.Shift (AC_ShiftInventory.ShiftNext, false, 1);
    
Sign In or Register to comment.

Howdy, Stranger!

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

Welcome to the official forum for Adventure Creator.