Search found 6 matches

by curiosity
Wed Dec 18, 2013 5:48 am
Forum: Ren'Py Questions and Announcements
Topic: Using multiple name boxes + properties questions
Replies: 12
Views: 5823

Re: Using multiple name boxes + properties questions

Um... I think I have a problem. Even though I wrote " background custom_who_background " in the screen and added show_custom_who_background = Solid("#F00", minimum = (200, 50)) to my define character, I get an error saying the custom_who_background is not defined. This is the tra...
by curiosity
Tue Dec 17, 2013 4:08 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Create A Animated Side Image With Live Composite?
Replies: 2
Views: 1472

Re: How To Create A Animated Side Image With Live Composite?

Thanks SundownKid :) You helped me twice today already.
I realized my mistake was typing config.side_image_only_not_showing= True ^^'' I guess I got confused.
Because my character was on screen already, it didn't turn up on the side....
Thanks again :P
by curiosity
Tue Dec 17, 2013 2:18 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Create A Animated Side Image With Live Composite?
Replies: 2
Views: 1472

How To Create A Animated Side Image With Live Composite?

I'm trying to add a animated side image - but with live composite(blinking eyes plus moving mouth). I have succeeded with the live composite itself, but when I try to add it in the code : define a = Character('Amy',callback=speaker("girl"), color = "FF3ACD",show_two_window=True,c...
by curiosity
Tue Dec 17, 2013 6:52 am
Forum: Ren'Py Questions and Announcements
Topic: How to add typing sound effects while text is being displaye
Replies: 4
Views: 2766

How to add typing sound effects while text is being displaye

Hi. I was just wondering how one could add a typing sound effect AS the text is being displayed :)
<Like most visual novels- Sound stops when all of the text is displayed, etc)
Is there a way?
by curiosity
Tue Dec 17, 2013 4:52 am
Forum: Ren'Py Questions and Announcements
Topic: Lip flap and random blinking with ATL? [SOLVED]
Replies: 6
Views: 3034

Re: Lip flap and random blinking with ATL? [unsolved]

Maybe try adding "repeat" under image girl eyes normal. That worked for me.