Search found 6 matches

by hiz317
Wed Oct 05, 2016 9:52 am
Forum: Ren'Py Questions and Announcements
Topic: movie in main menu only show up once
Replies: 11
Views: 1370

Re: movie in main menu only show up once

ohoho it work, oh i realized the different, i put properties channel before, actually what it does? maybe i misunderstood documentation, i though must put channel properties channel A string giving the name of the channel that the movie will be played on. This must always be provided, and should nev...
by hiz317
Wed Oct 05, 2016 9:30 am
Forum: Ren'Py Questions and Announcements
Topic: movie in main menu only show up once
Replies: 11
Views: 1370

Re: movie in main menu only show up once

ya exactly like that, but it doesnt show up mid way, i tried different webm file, still same im really confused here Look like it's time to troubleshooting this. Did you change the code in 'navigation()'? Especially: textbutton _("Main Menu") action MainMenu() Also, have you test it out o...
by hiz317
Wed Oct 05, 2016 9:16 am
Forum: Ren'Py Questions and Announcements
Topic: movie in main menu only show up once
Replies: 11
Views: 1370

Re: movie in main menu only show up once

no it doesnt work, it said onlayer background nonexistent also isn't screen automatically handled in screen.rpy and gui.rpy to define image background? Well, that was a theory from my head, and hasn't been testing out. Also forgot that not everyone using layer. My bad. Anyhoo, how did you define yo...
by hiz317
Wed Oct 05, 2016 8:55 am
Forum: Ren'Py Questions and Announcements
Topic: movie in main menu only show up once
Replies: 11
Views: 1370

Re: movie in main menu only show up once

how to show/hide displayable in screen anyway? Something like this?: image background_movie = Movie(play="my_little_pony_video.webm") label main_menu: show background_movie onlayer background label start: hide background_movie onlayer background no it doesnt work, it said onlayer backgrou...
by hiz317
Tue Oct 04, 2016 10:34 pm
Forum: Ren'Py Questions and Announcements
Topic: movie in main menu only show up once
Replies: 11
Views: 1370

Re: movie in main menu only show up once

vollschauer wrote:try to hide the movie if you leave the main_menu and do a show/play if you enter the main_menu
i check main_menu screen and back to main menu in navigation screen,
normally it should re add background image, i have no idea what to do here, how to show/hide displayable in screen anyway?
by hiz317
Mon Oct 03, 2016 8:28 pm
Forum: Ren'Py Questions and Announcements
Topic: movie in main menu only show up once
Replies: 11
Views: 1370

movie in main menu only show up once

here is the detail, i use webm file for animated main menu, it work, then if i start thegame, then back to main menu, main menu picture/ animated webm i put there, gone, but if start the game, play till end, automatically back to main menu, animated main menu are back