Search found 19 matches

by galaga_ghost
Wed Jun 28, 2023 11:48 pm
Forum: Ren'Py Questions and Announcements
Topic: How Do I Make a Fading Timer From Left to Right
Replies: 6
Views: 354

Re: How Do I Make a Fading Timer From Left to Right

...The code said it's dissolve but it just kinda does more of a chop when time goes down. Try 'Timed Choice Menus' instead - https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=47328 okay I tried it and the bar just stopped showing and it missed my choices of color and background. I don't kn...
by galaga_ghost
Wed Jun 28, 2023 11:46 pm
Forum: Ren'Py Questions and Announcements
Topic: How Do I Make a Fading Timer From Left to Right
Replies: 6
Views: 354

Re: How Do I Make a Fading Timer From Left to Right

If the only problem you have is how to make bar have a zero-value on the right/top instead of the default left/bottom, this is the style property you want: https://www.renpy.org/doc/html/style_properties.html#style-property-bar_invert Default bar images are stored within "gui" directory. ...
by galaga_ghost
Wed Jun 28, 2023 3:37 pm
Forum: Ren'Py Questions and Announcements
Topic: How Do I Make a Fading Timer From Left to Right
Replies: 6
Views: 354

Re: How Do I Make a Fading Timer From Left to Right

Oh okay I use this code here
https://www.fortunusgames.com/post/timed-choices-code

The code said it's dissolve but it just kinda does more of a chop when time goes down.
by galaga_ghost
Wed Jun 28, 2023 2:44 pm
Forum: Ren'Py Questions and Announcements
Topic: How Do I Make a Fading Timer From Left to Right
Replies: 6
Views: 354

How Do I Make a Fading Timer From Left to Right

Hello again! I wanted to know if I can make a bar timer fade from left to right instead of right to left with the bar chopping down as time runs out. also if there is a way to change the base images for the timer like the left and right bars as well as the base of the timer? I don't mind workarounds...
by galaga_ghost
Mon Jun 26, 2023 5:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]how do I make a confirm button for my name input label
Replies: 4
Views: 433

Re: how do I make a confirm button for my name input label

I worked but I wanted the buttons to be one like if you didn't put in any name, the button won't work I don't know the if statement to put there for that to work label fake_start: call name_your_mc screen input(prompt): style_prefix "input" frame: background Frame("gui/input field bac...
by galaga_ghost
Sun Jun 25, 2023 7:23 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]how do I make a confirm button for my name input label
Replies: 4
Views: 433

[SOLVED]how do I make a confirm button for my name input label

I wanted to know if anyone knew on to put a confirm button that is used the same way if someone pressed the enter key. also is it possible to disable the enter type when the confirm button is shown? label name_your_mc: stop music fadeout 1.0 call screen choice_name("name") $ mcname = renpy...
by galaga_ghost
Sat Jun 24, 2023 3:47 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Fake main menu
Replies: 2
Views: 266

Re: Fake main menu

I did it! Thank very much!! 😁
by galaga_ghost
Thu Jun 22, 2023 12:25 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Fake main menu
Replies: 2
Views: 266

[SOLVED]Fake main menu

Okay I had some help figuring out how to make the fake main menu. How the problems are 1. My video file for the fake splash screen won't play 2. I don't now how to change the navigation and buttons for my fake main menu 3. I don't know how to make it so that the fake main menu leads to the fake star...
by galaga_ghost
Thu Jun 22, 2023 12:00 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can you make a fake game start up?
Replies: 17
Views: 690

Re: Can you make a fake game start up?

label splashscreen: if not renpy.seen_label("real_start"): scene black with Pause(1) play sound ("YBtitlescreen.wav") scene black with Pause(1) $ renpy.movie_cutscene("YBsplashscreen.mpg") call screen fake_main_menu else: show text "This game contains mentions&quo...
by galaga_ghost
Wed Jun 21, 2023 11:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can you make a fake game start up?
Replies: 17
Views: 690

Re: Can you make a fake game start up?

Okay I had some help figuring out how to make the fake main menu. How the problems are 1. My video file for the fake splash screen won't play 2. I don't now how to change the navigation and buttons for my fake main menu 3. I don't know how to make it so that the fake main menu leads to the fake star...
by galaga_ghost
Wed Jun 21, 2023 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can you make a fake game start up?
Replies: 17
Views: 690

Re: Can you make a fake game start up?

Did I do it right? I keeps saying : “ File “game/screens.rpy”,line 354:u’tag’ is not a keyword argument or valid child of screen statement.
Tag →menu” as well as “ fame:→style”
by galaga_ghost
Wed Jun 21, 2023 5:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can you make a fake game start up?
Replies: 17
Views: 690

Re: Can you make a fake game start up?

I made this layout I'm have some trouble and I didn't want to bother to much further
by galaga_ghost
Wed Jun 21, 2023 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can you make a fake game start up?
Replies: 17
Views: 690

Re: Can you make a fake game start up?

I tried if that's didn't seem to work, so I tried to put a temporary screen instead and it keeps saying “persistent.confirmation”:This persistent variable has not been defaulted or defined. Based on the posted code, I suggest the following (there is no reason to mess with save files or the main men...