Hi everyone,
I want to ask a question about adding imagebuttons to my Ren'Py game when playing a video in-game. Specifically, I want to use one button to change the camera angle and play a different video, and another button to jump to the next label.
I don't want this to be a standard menu since I want to use it in most of the movie scenes to change the camera view. That's why I was thinking about creating a menu with image buttons to achieve this.
Like that:
I was thinging about something like that:
However, I have been struggling with getting it to work for hours.
I am not a programmer, and I am just doing this project for fun, so please don't be too harsh on me.
If anyone has any suggestions or advice on how to make this work, I would greatly appreciate it. Thank you in advance!
Best regards and many thanks in advance
Phil
I want to ask a question about adding imagebuttons to my Ren'Py game when playing a video in-game. Specifically, I want to use one button to change the camera angle and play a different video, and another button to jump to the next label.
I don't want this to be a standard menu since I want to use it in most of the movie scenes to change the camera view. That's why I was thinking about creating a menu with image buttons to achieve this.
Like that:
I was thinging about something like that:
Code:
label scene_view001:
scene videoxy
menu:
"the image button1":
jump scene_view002
"the image button2":
jump after_scene_view001
I am not a programmer, and I am just doing this project for fun, so please don't be too harsh on me.
If anyone has any suggestions or advice on how to make this work, I would greatly appreciate it. Thank you in advance!
Best regards and many thanks in advance
Phil