Been using Daz for quite a while, but only recently started using Renpy. For the most part it had been fairly easy to learn, however I have not been able to determine how or whether the following is possible.
1) Zooming background that starts out as a zoomed out 2160p image and then zooms into the center portion of the image. Would like it to transition from zoomed out to zoomed in over a few seconds. After zoomed in then I can apply text to it.
2) The 'h' buttom is used to hide text windows. however I was wondering if you could adjust the game settings file to also hide character images laid over the background. The code below is an example of what I currently have.
Hence when the user hits the 'h' button only scene e01 006 remains. Note that the 'show tiff flirt' is a small png character image that sits next to the text.
1) Zooming background that starts out as a zoomed out 2160p image and then zooms into the center portion of the image. Would like it to transition from zoomed out to zoomed in over a few seconds. After zoomed in then I can apply text to it.
2) The 'h' buttom is used to hide text windows. however I was wondering if you could adjust the game settings file to also hide character images laid over the background. The code below is an example of what I currently have.
Code:
scene e01 006
show tiff flirt:
xalign 0.03
yalign 1.0
tiff "Hi Xav!"