Search found 67 matches

by Zeekee
Mon Jan 12, 2015 7:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Animation repeat issue
Replies: 4
Views: 648

Re: Animation repeat issue

Thank you for the swift reply! I'm still a little unsure as to what you mean, though. Could you please elaborate?
by Zeekee
Mon Jan 12, 2015 2:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Animation repeat issue
Replies: 4
Views: 648

Animation repeat issue

Whenever I try to define an animation with repeat, this error shows (but the tutorial uses the same syntax with repeat). Can anyone give me a hand?

I attached a screenshot of the issue. Any help would be much appreciated!
by Zeekee
Sat Oct 04, 2014 5:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Integrating sound with imagebuttons
Replies: 5
Views: 3046

Re: Integrating sound with imagebuttons

Thanks so much! You guys are the best
by Zeekee
Sat Oct 04, 2014 2:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Integrating sound with imagebuttons
Replies: 5
Views: 3046

Re: Integrating sound with imagebuttons

I really appreciate the help! Quick question, though: In the documentation regarding audio screen actions, the first field of "Play" is the channel that the audio is played on. Is there documentation that elaborates on what the channel is? Would I just use "sound" like you did in...
by Zeekee
Fri Oct 03, 2014 12:41 am
Forum: Ren'Py Questions and Announcements
Topic: Integrating sound with imagebuttons
Replies: 5
Views: 3046

Integrating sound with imagebuttons

I was wondering if anyone could help me integrate sound effects with my main menu imagebuttons. I have sound effects for when the mouse hovers over a menu option and another sound for when you click on the menu option, however I am not sure how to get it to work. Here's the code I have so far: image...
by Zeekee
Thu Jul 24, 2014 2:57 am
Forum: Ren'Py Questions and Announcements
Topic: Main Menu Customization
Replies: 2
Views: 555

Re: Main Menu Customization

Kaen,

I went back through the FAQ and found the section relating to imagebuttons. I don't know how I could have missed this, but thanks a bunch! It's much appreciated.
by Zeekee
Wed Jul 23, 2014 10:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Main Menu Customization
Replies: 2
Views: 555

Main Menu Customization

Hello, everyone! Although I've been using Java and C++ for a long time, Ren'Py is fairly new to me. I've spend countless hours reading through forums and threads trying to absorb all the information as I can, but I'm still having trouble in one particular area: implementing imagemaps, particularly i...