Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: ArcadeBliss on July 23, 2016, 11:22:16 AM

Title: How to move more than 1 game using conveyour
Post by: ArcadeBliss 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?
Title: Re: How to move more than 1 game using conveyour
Post by: ptiwee 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.
Title: Re: How to move more than 1 game using conveyour
Post by: ArcadeBliss on August 10, 2016, 01:43:40 PM
Thanks!  Works like a charm!