Search found 14 matches

by Dawn
Wed Apr 22, 2020 7:07 am
Forum: Ren'Py Questions and Announcements
Topic: How to transform an image like a trapezoid
Replies: 3
Views: 406

Re: How to transform an image like a trapezoid

It answers my question, thank you!

I hope to see this functionality in Ren'Py 7.4!
by Dawn
Sat Apr 18, 2020 2:12 pm
Forum: Ren'Py Questions and Announcements
Topic: How to transform an image like a trapezoid
Replies: 3
Views: 406

How to transform an image like a trapezoid

Hello, I'm searching a way to transform an image like a trapezoid. I don't want to crop it, but to tilt it. As example, I have this image : https://lemmasoft.renai.us/lsf_logo.jpg I would like to transform like this one: example.png I know that I can do it with Gimp or any other image software, but ...
by Dawn
Fri Apr 27, 2018 5:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to move two characters simultaneously?
Replies: 2
Views: 2535

Re: How to move two characters simultaneously?

Thanks a lot IrinaLazareva !

It works exactly as I witch!
by Dawn
Fri Apr 27, 2018 1:37 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to move two characters simultaneously?
Replies: 2
Views: 2535

[Solved] How to move two characters simultaneously?

Hello guys, I'm searching for a while, but I'm not able to find a solution to do what I wish. My two characters are out of screen, I would like to move these characters at the same time to the center of my screen but Eileen is always coming before Kathy. :) Here is my sample code: ## My two characte...
by Dawn
Sat Jun 24, 2017 5:03 am
Forum: Ren'Py Questions and Announcements
Topic: How to change order of transformations? [Solved]
Replies: 7
Views: 1301

Re: How to change order of transformations?

Thanks a lot Tom ! It works exactly like I want. I didn't know that I could combine transformations. ## transform.rpy file transform rotate: rotate 0 linear 8 rotate 360 repeat transform resize: size (400, 200) ##screens.rpy file screen main_menu(): ## This ensures that any other menu screen is repl...
by Dawn
Mon Jun 19, 2017 12:28 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change order of transformations? [Solved]
Replies: 7
Views: 1301

Re: How to change order of transformations?

No I'm sorry, I'm not fluent in english. I tried to explain it to my husband and he didn't understand at the beginning. If in french it's difficult to explain... Sorry. My bad ! :) Let's try to be more "clear" So... Ok... Wait ! I found an example, more explicit. I have a circle. In the bo...
by Dawn
Mon Jun 19, 2017 11:26 am
Forum: Ren'Py Questions and Announcements
Topic: How to change order of transformations? [Solved]
Replies: 7
Views: 1301

Re: How to change order of transformations?

How do you do it?

Before asking, I tried to do it and the result does not change.

Code: Select all

    transform rotate_object:
        rotate 0
        linear 8 rotate 360
        size(200,400)
        repeat
by Dawn
Sun Jun 18, 2017 12:44 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change order of transformations? [Solved]
Replies: 7
Views: 1301

How to change order of transformations? [Solved]

As explained in documentation , the transformation properties are applied in the following order: tile crop, corner1, corner2, size, zoom, xzoom, yzoom, pan, rotate, position properties I would like to do rotation before resizing (to have a rotating ellipse). transform rotate_object: size(200,400) r...
by Dawn
Sat Jun 17, 2017 7:16 am
Forum: Ren'Py Questions and Announcements
Topic: How to rotate an image on the main screen? [Solved]
Replies: 2
Views: 449

Re: How to rotate an image on the main screen?

Thanks a lot! You saved me a lot of time. Before asking, I read ATL chapter, but I didn't understand this "add" statement. Thanks for your example. It works fine on my game.
by Dawn
Sat Jun 17, 2017 5:45 am
Forum: Ren'Py Questions and Announcements
Topic: How to rotate an image on the main screen? [Solved]
Replies: 2
Views: 449

How to rotate an image on the main screen? [Solved]

With "Tutorial", I'm able to do a rotation with an image using ATL Transformation: image magic = "magic.png" show magic: yalign .5 subpixel True rotate 0 linear 5 rotate 360 repeat I’d like to do this rotation on the main menu of my game. But it seems that I cannot use ATL. Only ...
by Dawn
Sun May 28, 2017 4:05 am
Forum: Ren'Py Questions and Announcements
Topic: How to protect object variables when rollbacking ? [SOLVED]
Replies: 3
Views: 1159

Re: How to protect object variables when rollbacking ?

Thank you very much! With interpolation you saved me a lot of time. Without your help, I will have problem with translation! Thanks for these two tips! edit : I do a mistake. I tried your solution with define (instead of default). It doesn't work ! When I rollback money is not removed from inventory...
by Dawn
Sat May 27, 2017 1:49 pm
Forum: Ren'Py Questions and Announcements
Topic: How to protect object variables when rollbacking ? [SOLVED]
Replies: 3
Views: 1159

Re: How to protect object variables when rollbacking ?

After a full rebuild, I found the solution! inventory have to be declared after the "label start" and not in a "init python" label start: $ inventory = Inventory() e "You have %(inventory.money)s $" #You have 50$ $ inventory.earn(5) e "You earn 5 $" e "Yo...
by Dawn
Sat May 27, 2017 10:38 am
Forum: Ren'Py Questions and Announcements
Topic: How to protect object variables when rollbacking ? [SOLVED]
Replies: 3
Views: 1159

How to protect object variables when rollbacking ? [SOLVED]

Rollback on my novel worked fine when I was using global variables. But I'd rather use some object. And now I encountered some difficulties when player is rollbacking... Here is my new code: init python : inventory = Inventory() label start: e "You have %(inventory.money)s $" #You have 50$...
by Dawn
Sun Apr 30, 2017 6:06 am
Forum: Welcome!
Topic: Guestbook
Replies: 5538
Views: 2835926

Re: Guestbook

I like games and stories a lot, and naturally visual novels. Unfortunely, there is only a few Visual novel in french. Hello, I'm a newbie on this forum too. My name's Dawn and I'm french too. I'm here to find some ideas and to find explanations about Ren'Py subtleties . Yes Lillandriel, there are o...