Trying to create a portrait

  • #1, by sp5njy9z2hrTuesday, 04. May 2021, 21:27 3 years ago
    I have a IdleAnimation for my player. In my game the player does not move on the screen, it's literally point on exits to go from room to room. Instead my player is supposed to be a portrait. So I created an interface that shows a portrait frame in the bottom right of the screen. I would like it to show my player IdleAnimation on top of it and or switch to other animations. It's a little difficult to get this going. How can I do this?

    Newbie

    2 Posts


  • #2, by esmeraldaWednesday, 05. May 2021, 11:21 3 years ago
    Interfaces are always on top of the scene and the characters, so using a character won't work here.
    But you could make your portrait a button of that interface and display the animations of this button.

    Key Killer

    513 Posts

  • #3, by sp5njy9z2hrWednesday, 05. May 2021, 20:27 3 years ago
    I will look into that now, thanks.

    Newbie

    2 Posts