Author Topic: How to move more than 1 game using conveyour  (Read 4979 times)

ArcadeBliss

  • Sr. Member
  • ****
  • Posts: 195
    • View Profile
How to move more than 1 game using conveyour
« on: July 23, 2016, 11:22:16 AM »
Does anyone know how to make the conveyour move more then one game when prev or next game signal is sent?

ptiwee

  • Full Member
  • ***
  • Posts: 28
    • View Profile
Re: How to move more than 1 game using conveyour
« Reply #1 on: August 10, 2016, 03:44:07 AM »
Hello, you can extend the Conveyor class and use the signals to catch the Previous/Next game event, and modify fe.list.index as you want.

You can have a look at Grid layout to have an example.

ArcadeBliss

  • Sr. Member
  • ****
  • Posts: 195
    • View Profile
Re: How to move more than 1 game using conveyour
« Reply #2 on: August 10, 2016, 01:43:40 PM »
Thanks!  Works like a charm!