Art Gallery Suggestions (Help)
-
StarNugget
- Posts: 33
- Joined: Mon Aug 10, 2026 12:14 am
Art Gallery Suggestions (Help)
I'm trying to make a menu which displays concept art in the middle, with a click of a button the next image would appear. Does anyone know how to accomplish this? I'm aware slideshow could potentially do this, but I rather the viewer have the choice of when to move onto the next image rather than a timer.
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Art Gallery Suggestions (Help)
There are 2 types of slideshow: timebased and browsable. In browsable it stays on the image until you press next/pref chapter button.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
StarNugget
- Posts: 33
- Joined: Mon Aug 10, 2026 12:14 am
Art Gallery Suggestions (Help)
When encoding for instance when the 1920x1080 resolution is selected the OG PNG files will be stretched to fit that. Is there a way to keep the OG dimensions?
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Art Gallery Suggestions (Help)
If you need black borders - you should add them manually in the graphic editor.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
StarNugget
- Posts: 33
- Joined: Mon Aug 10, 2026 12:14 am
Art Gallery Suggestions (Help)
I'm a bit confused, how does black borders help?
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Art Gallery Suggestions (Help)
BD has resolution 1920x1080 and aspect ratio 1:1. Thus, your images should be the same.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
StarNugget
- Posts: 33
- Joined: Mon Aug 10, 2026 12:14 am
Art Gallery Suggestions (Help)
I've encoded the images with a border, added the browsable file as a movie. The big thing I'm confused about is how to implement it. I have arrows PNG for the viewer to click to browse different menus. Is there a way to code the buttons to move the chapters *Left and right arrows*. Then when on the first chapter/image, selecting the left arrow sends them back to the designated menu. Otherwise it will show the previous chapter/image.
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Art Gallery Suggestions (Help)
Yes, you can use exclusive SWITCH on the left arrow:
"Slideshow" - your slideshow movie
"prev chapter" - you can find in the Play MOVIE actions
Code: Select all
if Chapter in Slideshow = 0,1 -> Jump MENU ...
[prev chapter]
"prev chapter" - you can find in the Play MOVIE actions
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
StarNugget
- Posts: 33
- Joined: Mon Aug 10, 2026 12:14 am
Art Gallery Suggestions (Help)
I guess my confusion is, for the slideshow would it be placed in the menu's streams video. Also, how can I make it so the chapters button is assigned to the Normal/Selected/Activated Buttons>
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Art Gallery Suggestions (Help)
Button images? If they are static - you can merge them into the background. BDS itself does not do that.StarNugget wrote: Wed Aug 26, 2026 12:36 am I guess my confusion is, for the slideshow would it be placed in the menu's streams video.
Normal/Selected/Activated are button states - not buttons. If you want to assign the image to the state - enable it on the toolbar, select in the object list and assign in the properties window.StarNugget wrote: Wed Aug 26, 2026 12:36 am how can I make it so the chapters button is assigned to the Normal/Selected/Activated Buttons>
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov