Search found 7 matches

by black_hayate
Fri Jul 26, 2013 2:28 am
Forum: Ren'Py Questions and Announcements
Topic: screen before main menu screen
Replies: 7
Views: 2217

Re: screen before main menu screen

ahh ok, but, how about the opening video, I have it in a code in options.rpy in a label, like this: label opening: $renpy.movie_cutscene("opening.mpg") next, the "click to start" screen, label too: label starts: scene start with dissolve play sound "start.mp3" $renpy.pa...
by black_hayate
Fri Jul 26, 2013 1:15 am
Forum: Ren'Py Questions and Announcements
Topic: screen before main menu screen
Replies: 7
Views: 2217

Re: screen before main menu screen

I can't understand the code, it's very confusing...
I'm in options.rpy where the opening and start screen(static image) code are in there
just need a simple code, anyway thanks for the help, maybe can try...
by black_hayate
Thu Jul 25, 2013 5:38 pm
Forum: Ren'Py Questions and Announcements
Topic: screen before main menu screen
Replies: 7
Views: 2217

screen before main menu screen

I need help with a splash screen or start screen(before main menu screen).
something like the image:

*if I click on the screen, go to main menu
*if I wait about 40 seconds, go to opening video
by black_hayate
Thu Jul 25, 2013 5:29 pm
Forum: Ren'Py Questions and Announcements
Topic: welcome screens before menu screen
Replies: 2
Views: 541

Re: welcome screens before menu screen

hey thanks works very well for me! :mrgreen:
by black_hayate
Tue Jul 23, 2013 7:51 pm
Forum: Ren'Py Questions and Announcements
Topic: welcome screens before menu screen
Replies: 2
Views: 541

welcome screens before menu screen

How I can put a picture of a welcome screen before the menu screen? or a video as a opening before the menu screen?
by black_hayate
Mon Jul 22, 2013 12:07 am
Forum: Ren'Py Questions and Announcements
Topic: A problem with loading screen or animation
Replies: 2
Views: 593

Re: A problem with loading screen or animation

hey thanks, thanks :D , works pretty well..... :mrgreen: thank you!!
by black_hayate
Sun Jul 21, 2013 3:10 pm
Forum: Ren'Py Questions and Announcements
Topic: A problem with loading screen or animation
Replies: 2
Views: 593

A problem with loading screen or animation

How I can create a loading screen and this has an animation? My code is something like this: scene load1 pause 0.2 scene load2 pause 0.2 scene load3 pause 0.2 scene load4 pause 0.2 scene load1 pause 0.2 scene load2 pause 0.2 scene load3 pause 0.2 scene load4 pause 0.2 scene load1 pause 0.2 scene loa...