Search found 49 matches

by alshapton
Fri Mar 09, 2007 7:50 am
Forum: Ren'Py Questions and Announcements
Topic: I need an answer :D Its about backgrounds
Replies: 6
Views: 1225

I had this problem.....

I used the GIMP v2 to resize the images and it worked fine (also, the GIMP is free)
by alshapton
Tue Mar 06, 2007 7:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Releasing games
Replies: 2
Views: 839

Another record !

Fixed !!!!!

A record for PyTom - 8 minutes !!!

Thanks!!!!!
by alshapton
Tue Mar 06, 2007 6:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Releasing games
Replies: 2
Views: 839

Releasing games

I have constructed my game in various versions of Ren'Py and upgraded thru' the versions 5.5.4, 5.5.x etc etc with no difficulty. I have also "obfuscated" my game as stated in the old tutorial (somewhere on the web says how to do this but I cant find it now) - basically taking the rpyc fil...
by alshapton
Fri Mar 02, 2007 3:21 am
Forum: Ren'Py Questions and Announcements
Topic: Fade out for sounds
Replies: 10
Views: 4237

MMMMmmm ...

Yes I suppose I could but I use this piece of music elsewhere in the game where it shouldnt fade out. i suppose I could copy it and fade out the copy and play that, but it seems more elegant to fade it with code.....
by alshapton
Thu Mar 01, 2007 5:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Fade out for sounds
Replies: 10
Views: 4237

Reply......

If I remember, you wanted to fade the last one... Did you want to fade it at the end of the song or at a specific moment ?
I want to fade out at the end of the song i.e. make the last 10 seconds or so fade to silence.....
by alshapton
Thu Mar 01, 2007 3:09 am
Forum: Ren'Py Questions and Announcements
Topic: Fade out for sounds
Replies: 10
Views: 4237

No next piece of music

Ahh - but I simply want to fade out the piece of music - there IS no NEXT piece of music - simply silence. I can fade out successive pieces of music, just not the last in a small sequence.
by alshapton
Wed Feb 28, 2007 7:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Fade out for sounds
Replies: 10
Views: 4237

Ahh -now I understans -
so how can I fadeout the last sound in a sound queue ?
by alshapton
Wed Feb 28, 2007 6:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Fade out for sounds
Replies: 10
Views: 4237

Fade out for sounds

There is a parameter to renpy.play called fadeout which allows you to fade out a sound - with renpy.sound.queue, you can fadein a sound, but can't fade one out since the pararameter doesnt exist. How can I fade out a sound which is queued, or is this another request to PyTom to add stuff to Ren'py ?...
by alshapton
Tue Feb 27, 2007 8:56 pm
Forum: Ren'Py Questions and Announcements
Topic: struggling again with sound..
Replies: 1
Views: 637

struggling again with sound..

In my application, I have a single sound file which contains 5 lines of dialog which I want presented a line at a time to the screen. I suppose I need to know how I can play the sound file and have some non-dismissable "say"- type boxes appear. The user should NOT have the ability to dismi...
by alshapton
Thu Feb 22, 2007 12:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Waiting until sound has finished...
Replies: 7
Views: 2521

Fantastic!!!

Thanks Py'Tom - this works - I will add this code (similar) to all the dialogs that have buttons etc etc.
by alshapton
Thu Feb 22, 2007 3:32 am
Forum: Ren'Py Questions and Announcements
Topic: Waiting until sound has finished...
Replies: 7
Views: 2521

Ooops - forgot attachment !

Here we are!
by alshapton
Thu Feb 22, 2007 3:29 am
Forum: Ren'Py Questions and Announcements
Topic: Waiting until sound has finished...
Replies: 7
Views: 2521

....not menus...

Once again - full marks to PyTom for agreeing to extend Ren'Py to accommodate users' wishes (Thanks Py'Tom!). But will this intended functionality work when NOT using menus - I offer two. three or four buttons, or even some imagebuttons which can be clicked on - will this new functionality work for ...
by alshapton
Wed Feb 21, 2007 5:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Waiting until sound has finished...
Replies: 7
Views: 2521

ok - more musings

I think that I may have found the answer in "ui.saybehaviour" - but I dont understand how to use it - anyone help ?
by alshapton
Mon Feb 19, 2007 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Waiting until sound has finished...
Replies: 7
Views: 2521

Waiting until sound has finished...

I have a situation where I need a sound played to its completion before allowing the user to click on some buttons that I've constructed using the UI functions. PyTom kindly created some functionality such that I could allow the "normal" "say"-type dialogs NOT to be dismissed unt...
by alshapton
Fri Feb 02, 2007 4:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange problem
Replies: 3
Views: 1032

deleted and it works!!!

Thanks for both your replies !!!!!