Author Topic: HUD 1.0.7 theme  (Read 20697 times)

PittStone

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: HUD 1.0.6 Theme
« Reply #30 on: January 20, 2021, 08:38:55 AM »
Hi

This Layout not work in Attract Mode 2.6

Thanks Jate!
Theme Updated!

@Giacomo1982  Can you help with edit the layout.nut?    The Title must be faded out after view Seconds. Please can you help?


go to line 791 and change time=t*2.5 in what you want, for example time=t*6.0

Thanks for the fast help. But if i change it nothing happens. I testet =t*0.1 or 0.5 or 1.0!  Nothing happens.

Another Major Thing i need to help. I testet .avi and .mkv! My Videos with .avi shows the right Time and going to the next snap. But it has Problems with .mkv videos. The Time is very long e.g. "1511045"!
« Last Edit: January 20, 2021, 08:58:48 AM by PittStone »

Giacomo1982

  • Full Member
  • ***
  • Posts: 89
    • View Profile
Re: HUD 1.0.7 Theme
« Reply #31 on: January 20, 2021, 03:27:43 PM »
add a delay

line 791

animation.add( PropertyAnimation( title, { when=Transition.ToNewSelection, property="y", start=-flh*0.30, end=flh*0.00, time=t*2.5, delay=t*2, tween=Tween.Circle }));

for snaps I use only .mp4 480p, sorry I can't help you.

PittStone

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: HUD 1.0.7 Theme
« Reply #32 on: January 21, 2021, 06:35:43 AM »
add a delay

line 791

animation.add( PropertyAnimation( title, { when=Transition.ToNewSelection, property="y", start=-flh*0.30, end=flh*0.00, time=t*2.5, delay=t*2, tween=Tween.Circle }));

for snaps I use only .mp4 480p, sorry I can't help you.

Again, nothing happens. :(