Hi,
I'm working on modifying the Verted Theme that Mahuti made (
http://forum.attractmode.org/index.php?topic=3866.0) that is based on the original Invaders theme (
http://forum.attractmode.org/index.php?topic=2120.0).
I have attached my layout.nut file so you can use it with Mahuti's theme and/or hopefully help me resolve a few outstanding issues I'm struggling to tackle. From Mahuti's version, I was able to resolve:
* Text not appearing when moving up or down while on a tab (info, flyer or cabinet). Now, it goes back to the video tab and brings the game list back.
* Created a way to go both directions through the tabs via "custom1" and "custom2".
There are two things I would like to resolve, but I'm struggling.
* Want to resolve bug where the letters down the left side gets misaligned when changing filters. I think two variables (fe.list.index and list_inc) need to be updated upon filter change, but not sure.
* I can not get the game list to show when first starting up Attract Mode to save my life! I'm really hoping some nice person will assist with this one. When Attract Mode starts, you will be on the video screen with no game list. If you press "Custom1" to move to the info tab, then press "Custom 2" to move back to the Video tab, the game list appears. If I add fe.signal("custom1") then "fe.signal("custom2") to the end of the layout.nut I get the info tab with the game list showing...maybe there is a way to put a delay between the two. I've tried putting "play_video_tab()" and "show_games_list()" in various orders and combinations at the end to no avail. It feels like a simple fix, but it seems to be getting the better of me.
Can you please help?
Thanks. Brian