Author Topic: Horizontal system list.  (Read 5237 times)

lipebello

  • Newbie
  • *
  • Posts: 2
    • View Profile
Horizontal system list.
« on: February 15, 2017, 05:28:05 AM »
Hello,

I'm new on attract mode and i have been looking for some horizontal list layout like the emulationstation system select.
Is any layout or documentation that i can look to create my own?

Thanks in advance.

liquid8d

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 442
    • View Profile
Re: Horizontal system list.
« Reply #1 on: February 15, 2017, 04:06:58 PM »
This whole page walks through the basics of the scripting language and creating a layout:

https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

Just placing static elements horizontally on the layout is easy enough, by placing them in the positions you want them. If you want to have the items scroll or animated as I think you are talking about for EmulationStation - a bit more work needs to be done. I'd suggest you start by looking for a similar layout in the themes forum and see how they accomplished it. They might use the Conveyor module, or have done some custom animations on the objects.

lipebello

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Horizontal system list.
« Reply #2 on: February 15, 2017, 06:13:08 PM »
Thanks a lot for the infos.