Author Topic: Retrofe counter and a b c d etc etc  (Read 925 times)

Robsonmeg48

  • Newbie
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Retrofe counter and a b c d etc etc
« on: April 17, 2023, 05:40:44 PM »
Good evening not sure how to do this but would. Love some help the a b c etc list only appears when a key is pressed is there away to keep this showing and change the colour so it stands out more the same goes for the counter in the bottom right hand corner as its very hard to see many thanks rob

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Retrofe counter and a b c d etc etc
« Reply #1 on: April 17, 2023, 08:45:56 PM »
This sounds to me like it's part of a specific theme you're using at the moment. I think it's an image listed as FirstLetter in the theme. There's probably a fade-out animation attached to it. The color is most likely fixed within the image itself, so you'd have to edit those in the corresponding folder.

Robsonmeg48

  • Newbie
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: Retrofe counter and a b c d etc etc
« Reply #2 on: April 19, 2023, 05:55:17 AM »
ok thanks this is all i could find in the xml file not sure what it all means lol


Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Retrofe counter and a b c d etc etc
« Reply #3 on: April 21, 2023, 11:31:49 PM »
reloadableImage: an image loaded for each game
mode="commonlayout": images can be found in your layouts directory, collections\_common\medium_artwork\firstLetter
menuScrollReload="true": Images are reloaded during scrolling of the menu

This is your fade-in/fade-out animation:
fade-out:
      <onMenuIdle>
         <set duration="1.2">
            <animate type="alpha" to="0.0"/>
            <animate type="xoffset" to="0"/>
         </set>
      </onMenuIdle>
fade-in:
      <onMenuScroll><set duration="0.2"><animate type="alpha" to="0.2"/></set></onMenuScroll>
« Last Edit: April 23, 2023, 08:23:49 AM by Pieter Hulshoff »