How to work with Matinee

  • Open "MenuLevelSequence"
  • Create keys for camera movement
  • To add additional animation, use the length of time

Example:

  • Pressing the menu button will play a segment from 0 to 1 second.
  • Pressing the quality button will play a segment from 1.1 to 2 second.
  • Pressing the back button will play a segment from 2 to 1.1 second (reverse animation).

Play animation:

  • Open "W_MainMenu"
  • Use "SequncerFrame" function

IsForward - true - play forward | false - reverse

NewStartTime | NewEndTime - 0;1 plays from 0 to 1 (IsForward - true) | 1;2 plays from 1 to 2 (IsForward - false)