Search found 69 matches

by Parkey
Mon Nov 12, 2012 12:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Voice in menu choices
Replies: 8
Views: 887

Re: Voice in menu choices

Thanks for the answer, the selected option I suposed could be that way...

The problem is that the game will be also for people with visual impairment, so it's necessary for me that every option have also an audio that says which option will choose the player when hovered.

Thanks!
by Parkey
Mon Nov 12, 2012 6:18 am
Forum: Ren'Py Questions and Announcements
Topic: Voice in menu choices
Replies: 8
Views: 887

Voice in menu choices

Hello! I'm adding voice to every dialogue of my game and I need to add voice to the menu choices too (when hovered and clicked), but I don't know how. I saw this: http://www.renpy.org/wiki/renpy/doc/reference/functions/Button but it's only for buttons and it doesn't work for menus, does it? I mean.....
by Parkey
Tue Oct 30, 2012 11:43 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap/image button and audio questions
Replies: 2
Views: 517

Imagemap/image button and audio questions

Hi everybody! I've a few questions because I'm totally lost... The first one an audio question: there's some way to play an audio file between seconds? I mean, for example, from 10 to 15 second. The other question is about making buttons. My idea is simple: I want a screen with a few buttons where t...
by Parkey
Thu Sep 27, 2012 3:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems making a counter
Replies: 1
Views: 337

Problems making a counter

Hi!

I'm trying to make a counter, but I have a problem. Once you call the counter, is shown, but disappears after a click ... How can I make a counter display throughout the whole game?

Thanks!
by Parkey
Thu Jun 07, 2012 12:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Voice recognition
Replies: 4
Views: 486

Re: Voice recognition

Ok, thanks.

One last question: it's possible to start an audio file in a minute/second? I mean, start it in 0:30 instead of 0:00.

Thanks!
by Parkey
Mon Jun 04, 2012 1:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Voice recognition
Replies: 4
Views: 486

Voice recognition

Hello everybody!

I'm doing a big game and I'm asking myself if it's possible to make a voice recognition in ren'py, so someone speaks and the game do an action, like a choice.

Thank you!
by Parkey
Thu May 10, 2012 5:01 am
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Re: Ask character's name in Android

Wow, ok. Thank you!! My problem was that I didn't understand why the variable "text_code" wasn't declared at the beggining... like in many others languages. So I thought it was a function, procedure or something else... But now I know not to declare the variable type in Python . That's all!
by Parkey
Wed May 09, 2012 6:37 am
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Re: Ask character's name in Android

Ok, thanks, I got it.

And what about "text_code"? Is also a variable made by yourself? I don't understand how it works, it searchs inside of the "text_list"?
by Parkey
Tue May 08, 2012 3:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Re: Ask character's name in Android

Yes, I already noticed about that. Just one last question: what "select_text=button_selection" does? I never have seen these statements and I wanna understand all the code :S

Thanks!
by Parkey
Sun May 06, 2012 3:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Re: Ask character's name in Android

Oh yeah shuen, you're fucking awsome!! xD. I used that code and made other changes like add numbers, an "space" button, the letter "ñ" for spanish... And it works perfectly well on Android!

Just great :) Also with this new knowlodge I had other ideas to do in a game.

Thank you!
by Parkey
Thu Apr 26, 2012 2:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Re: Ask character's name in Android

Oohh...well, I think I need it to my game :S But it's ok.

I guess there will be in the next version o later?

Thank you PyTom!
by Parkey
Thu Apr 26, 2012 2:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Re: Ask character's name in Android

Thanks but I saw that there is an "android.show_keyboard" and "android.hide_keyboard" functions. But I don't know how to use them...

Anyone knows how to??

Thanks!!
by Parkey
Thu Apr 26, 2012 1:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Ask character's name in Android
Replies: 12
Views: 3185

Ask character's name in Android

Hey there! I have a little problem with a game. I've written an easy code where a character asks the player "what's your name", so the player write it. I know how to do that and it works well on a computer but... when I test it in Android... I can't write!!! The keyboard doesn't appear, an...
by Parkey
Sat Mar 03, 2012 11:15 am
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 98967

Re: RAPT - Ren'Py Android Packaging Tool

Ok, forget it, that error was because of a wrong usb-drivers, so the packaging didn't end correctly. However, it don't install it to the smartphone or copy it to the sdcard. Or maybe I can't find it... but installing it manually it works! I can believe it! xD. At least a simple game. Good job PyTom ...
by Parkey
Sat Mar 03, 2012 9:50 am
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 98967

Re: RAPT - Ren'Py Android Packaging Tool

Ok, after try several times, the download works well, but it still gives me the same error than before, that says: "The build seems to have failed". And the java is the lastest version. So... ¿why gives that error? Any idea?

Thanks!