Search found 10 matches

by RubyD
Sat Jun 21, 2014 1:57 pm
Forum: Ren'Py Questions and Announcements
Topic: How to darken the Viewport? [solved]
Replies: 2
Views: 3203

Re: How to darken the Viewport?

That was perfect, thank you!
by RubyD
Sat Jun 21, 2014 1:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How to darken the Viewport? [solved]
Replies: 2
Views: 3203

How to darken the Viewport? [solved]

How do I darken the viewport window? I have a Screen with white text pop up in a viewport, and would like to darken the background more so it's easier to read.
by RubyD
Tue Jun 10, 2014 8:16 pm
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 61400

Re: Instant CG and BG gallery

Hi! I used the code for the CG gallery after some fiddling and it works very nicely. :D However, one of the CG pics is bigger than my game screen. Game window is 1024x576, the CG is 1024x794.

How can I make it so you can scroll around to see the full picture once you click on the thumbnail?
by RubyD
Mon Jun 09, 2014 3:09 am
Forum: Ren'Py Questions and Announcements
Topic: How to flag the opening of a Bonus Story screen? (resolved)
Replies: 2
Views: 428

Re: How to flag the opening of a Bonus Story screen?

@Marionette Oh, I thought that was needed whoops. I took out the value after all the Else just now, then deleted persistent data and ran again, but it was the same outcome. (So having it check the same value didn't seem to make a difference.) I'll try looking around for coding an increasing variable...
by RubyD
Mon Jun 09, 2014 1:39 am
Forum: Ren'Py Questions and Announcements
Topic: How to flag the opening of a Bonus Story screen? (resolved)
Replies: 2
Views: 428

How to flag the opening of a Bonus Story screen? (resolved)

http://i.imgur.com/yt4QhCi.png The bonus stories (drabbles) are just text, like a novel, no pictures, but I want to put in background music on some. The problem is they all unlock after the game at the same time, instead of unlocking in order. Relevant code: screen extra: #(that one CG gallery code...
by RubyD
Sat Jun 07, 2014 11:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Animated sprite flickers to upper left of screen sometimes
Replies: 2
Views: 526

Re: Animated sprite flickers to upper left of screen sometim

I tried using the code but didn't get too far. (Sorry, I'm quite a novice.) If I'm understanding the code right, is it to redo that one movement from start to finish as it's own thing under the init? After getting further into the game and going back to this section, the flicker changed again anyway...
by RubyD
Fri Jun 06, 2014 3:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Animated sprite flickers to upper left of screen sometimes
Replies: 2
Views: 526

Animated sprite flickers to upper left of screen sometimes

I'm doing a Dramatical Murder fangame (first time using Renpy) and have animated a little pixelated sprite to walk around a map. When the sprite changes at a turn, it sometimes flickers very quickly to the upper left of the screen. I'm wondering if there's something that can fix it, or if it's somet...
by RubyD
Thu Jun 05, 2014 11:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Adding a Hotspot to menu screen causing issues [solved]
Replies: 4
Views: 667

Re: Adding a Hotspot to menu screen causing issues

WOW, THANK YOU SO MUCH!! It works perfectly now haha!! Should I delete this topic now?
by RubyD
Thu Jun 05, 2014 10:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Adding a Hotspot to menu screen causing issues [solved]
Replies: 4
Views: 667

Adding a Hotspot to menu screen causing issues [solved]

So I'm working on my Menu Screen on a fangame and added an Extra (cg gallery) screen. I'm trying to activate a hotspot, but it seems to bump everything weirdly. Before: The "Extra" is grounded, and I want to make it look Idle (white text) now that I have a screen to link. http://i.imgur.co...