Search found 298 matches

by crimsonnight
Fri Jun 07, 2013 7:12 am
Forum: Ren'Py Questions and Announcements
Topic: Using multiple name boxes + properties questions
Replies: 12
Views: 5304

Re: Using multiple name boxes + properties questions

Hi, thanks for that :) I actually guessed it was 'say_who_window' before but it crashes for some reason at the point it's meant to be displayed :( would you be able to tell me if there's anything wrong with my code please? define r = DynamicCharacter("player_name", color="#404040", show_two_window=T...
by crimsonnight
Thu Jun 06, 2013 5:35 am
Forum: Ren'Py Questions and Announcements
Topic: Using multiple name boxes + properties questions
Replies: 12
Views: 5304

Using multiple name boxes + properties questions

Sorry, I'm just trying to sort out some UI issues with my novel. As before I have searched google/the forums but for some reason I can't find out the code to set different name boxes for different characters? I know how to change the text box for each character ( http://www.renpy.org/wiki/renpy/doc/...
by crimsonnight
Wed Jun 05, 2013 7:07 pm
Forum: Ren'Py Questions and Announcements
Topic: How to prevent style properties from effecting the UI?
Replies: 2
Views: 450

How to prevent style properties from effecting the UI?

Hey, sorry if this is a stupid question but I have searched the new before asking. I want my style properties to only effect the text within the text box of my game (ie not buttons/menus etc), how do I do this? I'm specifically referring to 'style.default.outlines' which looks ridiculous in the UI b...
by crimsonnight
Fri May 31, 2013 2:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Delaying a transition so that it occurs during text typing
Replies: 16
Views: 2063

Re: Delaying a transition so that it occurs during text typi

Awesome, thank you so much, that works! My only issue now is I really would rather have it as a dissolve than a pixellate, when I change it to dissolve though it crashes... Just so you know where I'm at, here's my code (it's a bit simpler than your example): show cs uw sullen with fade "Like a jelly...
by crimsonnight
Thu May 30, 2013 6:03 am
Forum: Ren'Py Questions and Announcements
Topic: Delaying a transition so that it occurs during text typing
Replies: 16
Views: 2063

Re: Delaying a transition so that it occurs during text typi

Cheers, sry where do I specify what it's changing to?
by crimsonnight
Wed May 29, 2013 7:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Delaying a transition so that it occurs during text typing
Replies: 16
Views: 2063

Re: Delaying a transition so that it occurs during text typi

I tried both and neither seems to work, it just instantly transitions, there's no effect there. Ideally I'd like a slow dissolve? Maybe it's my coding that's wrong? define slowtext = Character('', what_slow_cps=25) #So the you will be able to see the text when it is being typed, '25' is the speed. '...
by crimsonnight
Tue May 28, 2013 8:52 am
Forum: Ren'Py Questions and Announcements
Topic: Delaying a transition so that it occurs during text typing
Replies: 16
Views: 2063

Re: Delaying a transition so that it occurs during text typi

There's gotta be a simple way to do it right? It's weird, I literally can't find anything on it anywhere, I assumed it'd be something a lot of people would want to get around...
by crimsonnight
Sun May 26, 2013 6:02 am
Forum: Ren'Py Questions and Announcements
Topic: Delaying a transition so that it occurs during text typing
Replies: 16
Views: 2063

Re: Delaying a transition so that it occurs during text typi

Thanks a lot for replying and helping, this is an important one I need to get sorted as I'll need to use it throughout the novel :) The difference this code creates is that the text carries on from the same place after the transition, is that correct? That isn't what I'm trying to do, I want the tex...
by crimsonnight
Thu May 23, 2013 6:57 am
Forum: Ren'Py Questions and Announcements
Topic: Random Sparkle Animation?
Replies: 17
Views: 1758

Re: Random Sparkle Animation?

I figured out how to speed up the animation, but I can't figure out how to increase the chances of more 'choices' being displayed at once, and at varying points in their animation... *Edit* I just doubled-up the code and set them at different speeds, it seems to have worked, so to help anyone else l...
by crimsonnight
Tue May 21, 2013 5:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Random Sparkle Animation?
Replies: 17
Views: 1758

Re: Random Sparkle Animation?

Thanks it's looking a lot better, I'm going to need to use this effect a lot throughout my novel so I need to perfect a couple of things if you don't mind? :) Firstly, there are 20 sparkles to choose from and only 1/2 seem to appear at a time, it'd be more realistic if there were around 5-10 sparkle...
by crimsonnight
Tue May 21, 2013 6:35 am
Forum: Ren'Py Questions and Announcements
Topic: Delaying a transition so that it occurs during text typing
Replies: 16
Views: 2063

Re: Delaying a transition so that it occurs during text typi

Cheers for your help but I'm still finding this a little tricky, so above I've got: define stw = Character(None, show_two_window=True) and for the section where I want the transition to occur without the text pausing: "Her masked blonde hair and elaborate garments danced around her in the water, as ...
by crimsonnight
Tue May 21, 2013 3:41 am
Forum: Ren'Py Questions and Announcements
Topic: Random Sparkle Animation?
Replies: 17
Views: 1758

Re: Random Sparkle Animation?

Does anyone know how I can add animation to the random choice code? It looks rubbish atm, I need the sparkles to fade in and out
by crimsonnight
Sat May 11, 2013 9:20 am
Forum: Ren'Py Questions and Announcements
Topic: Random Sparkle Animation?
Replies: 17
Views: 1758

Re: Random Sparkle Animation?

It's working great thanks, can I give each choice 3 images/stages?