Search found 276 matches

by 78909087
Sun Aug 17, 2014 2:14 am
Forum: Ren'Py Questions and Announcements
Topic: RESOLVED- Imagebutton click sound?
Replies: 2
Views: 472

Re: Imagebutton click sound?

Thankyou! I'll definitely try this.

EDIT- Problem resolved. THANKYOU SO MUCH.
(Man I'm so bad at this...)
by 78909087
Sun Aug 17, 2014 12:58 am
Forum: Ideas
Topic: UPDATE 24/08- Depressed Writer [Slice of Life][BL][GL][BxG]
Replies: 20
Views: 3499

Re: IDEA- Depressed Writer [BxG] [Slice of Life]

This sounds like a cool idea! I'm always interested in games that deal with mental illness. How much choice do you plan on giving the player regarding what the character writes about? I'm actually not quite sure about that. The thing is that the protagonist will have reoccurring nightmares and I'm ...
by 78909087
Sat Aug 16, 2014 8:54 pm
Forum: Ren'Py Questions and Announcements
Topic: RESOLVED- Imagebutton click sound?
Replies: 2
Views: 472

RESOLVED- Imagebutton click sound?

Coding as seen here:

Code: Select all

            imagebutton:
            idle "gui/start.jpg" 
            hover "gui/start_idle.jpg"
            xpos 773 ypos y focus_mask True action Start()
Is it possible to add a sound when the button is clicked?
If it's obvious then all the better, right?
by 78909087
Sat Aug 16, 2014 4:42 pm
Forum: Ideas
Topic: UPDATE 24/08- Depressed Writer [Slice of Life][BL][GL][BxG]
Replies: 20
Views: 3499

UPDATE 24/08- Depressed Writer [Slice of Life][BL][GL][BxG]

Hello- I am a very new coder here, and I'm hoping to just throw this up as soon as I can since my other, much MUCH bigger VNs are pretty much dead. Like rocks. Very dead rocks. Anyway- So the idea for this VN/KN (not sure which atm) is pretty blurry at the moment but I'm hoping to really shape it up...
by 78909087
Sat Aug 16, 2014 4:18 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] screens.rpy Exception: Not a Displayable: None
Replies: 4
Views: 1861

Re: screens.rpy Exception: Not a Displayable: None

I've found a fix by using a completely different code. But if anyone can fix with the current code, that would be very much appreciated.
by 78909087
Sat Aug 16, 2014 2:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] screens.rpy Exception: Not a Displayable: None
Replies: 4
Views: 1861

[SOLVED] screens.rpy Exception: Not a Displayable: None

Just trying to add imagebuttons (not exactly a genius and I'm EXTREMELY new to this.) My screens.rpy (where I believe the error may lay- considering I haven't edited anything else) reads as follows. screen main_menu: tag menu add "wut.jpg" $ y=114 imagebutton auto "gui/Buttonstart_%s....