Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: Steven Campoli on October 21, 2018, 08:23:42 AM

Title: exit command in layout file
Post by: Steven Campoli on October 21, 2018, 08:23:42 AM
hey guys i am trying something here.

i would like the exit display to be the first display when AM launches...

i made a display called exit and would like make a layout.nut just with a exit command so when i select the display am closes...

any ideas....

yes i can just have the display exit to yes but this does not make am launch on this display so i made my own exit..
Title: Re: exit command in layout file
Post by: keilmillerjr on October 21, 2018, 09:21:52 AM
I am just starting out with displays, so bear with me if I am incorrect.

Perhaps have a plugin test for display_menu and just switch to the last index in the fe.list.index array?

If you can’t figure it out, I might start to add some of these little things in with the leap plugin. Just have to be patient with my slow follow ups.
Title: Re: exit command in layout file
Post by: Steven Campoli on October 21, 2018, 09:26:29 AM
I am just starting out with displays, so bear with me if I am incorrect.

Perhaps have a plugin test for display_menu and just switch to the last index in the fe.list.index array?

If you can’t figure it out, I might start to add some of these little things in with the leap plugin. Just have to be patient with my slow follow ups.

thanks for the reply...how do i do this?

in the plugins folder i made display_menu.nut...what do i put in here?

im sure theirs a way without a plugin...just adding the command in the layout.nut file....just  have to figure out the line.