Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
-
rickemail2
- Posts: 31
- Joined: Fri Jun 25, 2021 9:45 pm
Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Hi Alexey, sorry for my English, I'm using Google Translate.
I finally managed to create a Carousel menu in a single menu based on the "Escape Dovi UHD" project.
My question is whether it's possible to use a Current Scene Highlight in this type of menu since the scenes are static due to "Move container" movement?
Here's an example GIF of the highlight.
https://www.swisstransfer.com/d/dca9603 ... a46bdf0078
I finally managed to create a Carousel menu in a single menu based on the "Escape Dovi UHD" project.
My question is whether it's possible to use a Current Scene Highlight in this type of menu since the scenes are static due to "Move container" movement?
Here's an example GIF of the highlight.
https://www.swisstransfer.com/d/dca9603 ... a46bdf0078
-
Alexey Kolesnikov
- Posts: 600
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Re: Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Hi Ricardo,
Honestly, I did not find a way to do it with this approach, that's why this was not implemented.
The only way I see:
1. create 5 markers that put below the screen
2. include this markers in animation
3. move required marker on the screen when needed
So, basically - you will need to manage this by code. Not sure if this approach may be implemented.
Honestly, I did not find a way to do it with this approach, that's why this was not implemented.
The only way I see:
1. create 5 markers that put below the screen
2. include this markers in animation
3. move required marker on the screen when needed
So, basically - you will need to manage this by code. Not sure if this approach may be implemented.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
rickemail2
- Posts: 31
- Joined: Fri Jun 25, 2021 9:45 pm
Re: Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Hi Alexey.Alexey Kolesnikov wrote: ↑Sat Nov 15, 2025 7:46 pmHi Ricardo,
Honestly, I did not find a way to do it with this approach, that's why this was not implemented.
The only way I see:
1. create 5 markers that put below the screen
2. include this markers in animation
3. move required marker on the screen when needed
So, basically - you will need to manage this by code. Not sure if this approach may be implemented.
I need to update my BDS Standard to the latest version.
Is it possible to get a discount for long-time users during this period when products are 30% off?
Do you accept payment via USDT on Binance?
-
Alexey Kolesnikov
- Posts: 600
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Re: Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Hi Ricardo,
Well... we can offer 25%.
But at the moment we only accept payment via PayPal or invoice (bank transfer).
Well... we can offer 25%.
But at the moment we only accept payment via PayPal or invoice (bank transfer).
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
rickemail2
- Posts: 31
- Joined: Fri Jun 25, 2021 9:45 pm
Re: Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Send me both options and the price so I can try to make the payment.
-
rickemail2
- Posts: 31
- Joined: Fri Jun 25, 2021 9:45 pm
Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Hi Alexey, how are you?Alexey Kolesnikov wrote: ↑Wed Dec 03, 2025 6:38 amHi Ricardo,
Well... we can offer 25%.
But at the moment we only accept payment via PayPal or invoice (bank transfer).
I finally managed to implement the Current Scene highlight, but I'm having a small problem when using `setClippingRect` on the object. My carousel menu has 29 scenes, based on the Warner Bros. menu where it jumps from the final scene to the first and vice-versa.
However, for scenes 27, 28, and 2, 3, the highlight only appears one frame later, like a blink. But if I disable the fixed clipping effect on the object, this doesn't happen, although the highlighted object remains visible on the screen.
Do you have any idea how to work around this without the fixed clipping effect on the object being activated?
https://prnt.sc/fMZVLv9yCSKA
-
Alexey Kolesnikov
- Posts: 600
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
I would not recommend using setClippingRect at all. Place a small image of the background above, that will cover anything you want to hide.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
rickemail2
- Posts: 31
- Joined: Fri Jun 25, 2021 9:45 pm
Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Thank you very much, Alexey.Alexey Kolesnikov wrote: ↑Sat Jan 03, 2026 7:38 amI would not recommend using setClippingRect at all. Place a small image of the background above, that will cover anything you want to hide.
-
rickemail2
- Posts: 31
- Joined: Fri Jun 25, 2021 9:45 pm
Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
Alexey, I have a project with a current Universal menu whereThe buttons have a feedback animation of a few frames and then activate, this is only possible to replicate in BDS by setAlpha fixed enabled + Alpha fade animation or have a better method?Alexey Kolesnikov wrote: ↑Sat Jan 03, 2026 7:38 amI would not recommend using setClippingRect at all. Place a small image of the background above, that will cover anything you want to hide.
-
Alexey Kolesnikov
- Posts: 600
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.
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)).
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)).
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov