Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

EasyBD, Blu-Disc Studio, BD Wizard, IG Editor, Quick BD Menu
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Sat Jan 10, 2026 7:11 pm Basically, "Tween type" in the animation properties allows to get similar effect - look at the elastic, back, and bounce https://easings.net

Added: or may be I understood you wrong and you need just to animate the selected state (select "Selected state" in the "Animate" drop down (groups)).
To be clearer about what I'm referring to, look at this Universal menu, the effect of the button when it is activated, has a blinking effect with a few frames until the menu opens, is this possible in BDS without using the fixed alpha set of opacity 255 or is there another method possible by Java script?

https://youtu.be/7Trr13MxxTk?si=YEd_SpCAwUl3tfKs
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

Animate selected with a "bounce" tween type will look similar, but not 100%.

Alternative solution - several animations (using Enter animations). The problem here is that you need to use a draw mode with slash. So selected should be excluded from Enter animation and you will need to move a copy of the selected button from outside the screen, animate it and move it back.
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Sun Jan 11, 2026 6:58 am Animate selected with a "bounce" tween type will look similar, but not 100%.

Alternative solution - several animations (using Enter animations). The problem here is that you need to use a draw mode with slash. So selected should be excluded from Enter animation and you will need to move a copy of the selected button from outside the screen, animate it and move it back.
Thanks for the feedback, Alexey.

So, today with your latest update released, you added something that my Universal project needs, but it's not working. Both "Current" values ​​are off the screen for all the buttons. I created the condition in "On update current," but all the current values ​​disappeared. There's also a bug where, when I'm using the project simulation, something very quick appears in the command prompt and then it closes.
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

Send me please the project (File -> Save as complete).
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Mon Jan 12, 2026 6:35 am Send me please the project (File -> Save as complete).
Here's the project file. I might be doing something wrong, thank you in advance.

https://www.transfernow.net/dl/202601124f0woN3B
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

Thanks, Ricardo!

I found an issue - will be fixed in the next version.

Added: to fix an issue right now you need to change all "move" commands in all "Set Object property"s to "move to".
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

I uploaded fixed version.

Added: forgot to mention - you need to delete the SWITCH in On Update Current and re-run the wizard.
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Mon Jan 12, 2026 2:03 pm I uploaded fixed version.

Added: forgot to mention - you need to delete the SWITCH in On Update Current and re-run the wizard.
Hi Alexey, I made your recommendation and now it worked fine, but it seems that the in "Before" mode is button not working, when you can, please review it.

Thank you ;)
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

What do you mean in ""Before" mode"?
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Mon Jan 12, 2026 8:55 pm What do you mean in ""Before" mode"?
Button activation mode, where the current only updates before the animation.