Search found 7 matches

by KnightBaron
Sun Oct 07, 2007 12:57 am
Forum: Ren'Py Questions and Announcements
Topic: How to play text and image effect at the same time?
Replies: 11
Views: 2279

Re: How to play text and image effect at the same time?

PyTom wrote:What you want to do is to create an anim.TransitionAnimation, and show that.
I'll try that. Thank you.

edit: And that's worked. Thanks a lot.
by KnightBaron
Sat Oct 06, 2007 3:11 pm
Forum: Ren'Py Questions and Announcements
Topic: How to play text and image effect at the same time?
Replies: 11
Views: 2279

Re: How to play text and image effect at the same time?

Can I change multiple background image along with text narrartion? n "sometext" scene img_e_c001a with dissolve scene img_e_c001b with dissolve scene img_e_c001 with dissolve scene img_e_c002 with dissolve scene img_e_c003 with dissolve $renpy.pause(0.7) scene img_e_c004 with dissolve $ren...
by KnightBaron
Sat Oct 06, 2007 6:49 am
Forum: Ren'Py Questions and Announcements
Topic: How to play text and image effect at the same time?
Replies: 11
Views: 2279

Re: How to play text and image effect at the same time?

The thing is I'm trying to play text narration and image transition at the same time.
by KnightBaron
Sat Oct 06, 2007 2:07 am
Forum: Ren'Py Questions and Announcements
Topic: How to play text and image effect at the same time?
Replies: 11
Views: 2279

How to play text and image effect at the same time?

I'm porting Narcussu to Ren'Py but I can't find any substitute command in Ren'Py for erasetextwindow in ONScripter.
http://nscripter.insani.org/reference/m ... window.htm
Well, Sorry about my bad English again, Hope you understand what I'm try to say.
by KnightBaron
Fri Oct 05, 2007 8:25 am
Forum: Ren'Py Questions and Announcements
Topic: How to do multiline comment in Ren'Py?
Replies: 2
Views: 1411

How to do multiline comment in Ren'Py?

I try using """ """ as in python but I got this error. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. On line 53 of C:\renpy-6.3.2\Narcissu/game/script.rpy: end of line expected. """ scene img_b ...
by KnightBaron
Wed Aug 08, 2007 11:55 am
Forum: Ren'Py Questions and Announcements
Topic: How do I define the character's name box's position?
Replies: 2
Views: 1030

Re: How do I define the character's name box's position?

whoa, very fast reply. Thanks a lot and thank you for this great engine. ><b
by KnightBaron
Wed Aug 08, 2007 11:17 am
Forum: Ren'Py Questions and Announcements
Topic: How do I define the character's name box's position?
Replies: 2
Views: 1030

How do I define the character's name box's position?

Is show_who_window_properties do the trick?
but how to use it?
The reference has very limited example.