Cutscenes

  • #1, by marianna-lapinaTuesday, 26. February 2019, 12:53 5 years ago
    Hi.
    I couldn't find a tutorial on this, so I'm asking the helpful people of the forums.
    How do I make cut scenes? 
    Like animation parts that are triggered at a certain moment and are not playable.

    Thank you in advance!

    Newbie

    8 Posts


  • #2, by esmeraldaTuesday, 26. February 2019, 13:58 5 years ago
    There is an action part "begin/end of cutscene" (in the section Miscellaneous).

    You could create an action of the type "called by another action" and in there you put your actions and animations you want to play, starting with begin cutscene and ending with end cutscene.
    This action can be called whenever you want with the "call action" actionpart.

    or just wrap your actions in the begin/end of cutscene actionparts, if you don't need to play it in several situations.

    Key Killer

    508 Posts

  • #3, by afrlmeTuesday, 26. February 2019, 14:43 5 years ago
    Hide/show cursor action parts are also valid cutscene wrappers, but unlike begin/end cutscene, they can't be skipped with the ESC/escape key.

    Example #1:

    begin cutscene
     some action parts
    end cutscene


    Example #2:

    hide cursor
     some action parts
    show cursor

    Imperator

    7278 Posts