Inventory Scroll Up and Down

  • #1, by nate-ingraciaWednesday, 19. October 2022, 21:55 A year ago
    So, I have an inventory interface that, similar to Curse of Monkey Island, I am trying to make the page scroll up and down rather than left and right. The problem is that when I click my up and down arrows, all the items scroll one box to the left and right. I would like to move the row of items down, how can I do that?

    Newbie

    11 Posts


  • #2, by afrlmeWednesday, 19. October 2022, 22:35 A year ago
    It's all down to the order in which you create the inventory slots. If you created them on a horizontal row then they will move left/right, if you create them on a vertical column then they will move up/down. Either way you will need to play around with the order in which you create & position the inventory placeholder slots.

    Also if you check the properties (cog icon) for the interface you can adjust the amount of items to scroll by.

    Imperator

    7278 Posts

  • #3, by nate-ingraciaWednesday, 19. October 2022, 22:36 A year ago
    If I create them going up and down, how will it know which slots are in a row?

    Newbie

    11 Posts

  • #4, by afrlmeWednesday, 19. October 2022, 22:37 A year ago
    Sorry, I just edited my last message.

    You can also adjust the amount of items to scroll by in the interface properties (cog icon - located above button list).

    Imperator

    7278 Posts

  • #5, by nate-ingraciaWednesday, 19. October 2022, 22:42 A year ago
    Ah, that worked like a charm. Thanks!

    Newbie

    11 Posts