Search found 95 matches

by SONTSE
Tue Jul 08, 2014 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with Install SDK & Create Keys (Android)
Replies: 6
Views: 3579

Re: Problem with Install SDK & Create Keys (Android)

Had same problem and somehow managed fixing it. It seems it starts installing Android SDK but fails to do it properly. But from the point we can do it manually. - open [renpy-folder]/RAPT/android-sdk[something]/SDK Manager.exe Install what is required. Im afraid i don't know clearly what exactly is ...
by SONTSE
Sun May 04, 2014 11:29 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved?]How to make image clickable?
Replies: 2
Views: 1403

Re: How to make image clickable?

It works like a charm(for my case)! Thank you a lot, Asceai! I'm overwhelmed with joy and amazed of beauty and elegance of your script (compared to mine ^^'''''' ) so i wonder should i call it solved? i mean it satisfies my case, in which the image should perform transition as reaction to click exac...
by SONTSE
Sun May 04, 2014 9:36 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved?]How to make image clickable?
Replies: 2
Views: 1403

[solved?]How to make image clickable?

let's say i have an image image smile = "smile.png" and display it on certain location show smile xpos 300 and then i need to make some manipulations on it eg. to move it: show smile: ease 1 xpos 600 and this event should happen when i click on the assumed image this clickable option shoul...
by SONTSE
Sun Jan 19, 2014 9:32 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]How to set main text align to center by default?
Replies: 2
Views: 1293

Re: How to set main text align to center by default?

So what I need to do is to push this code style.default.text_align = 0.5 And it works like a charm! Thank You, Donmai! Not only for pointing to the exact command, but also for introdusing me to this priceless rtfm, I was unlucky to find by myself. Now I think I'll be able to do even more cool stuff ...
by SONTSE
Sun Jan 19, 2014 5:29 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]How to set main text align to center by default?
Replies: 2
Views: 1293

[solved]How to set main text align to center by default?

Hello there. I'm trying to make every text on my vn to appear center-aligned. So naturally i pushed this string into options.rpy style.default.xalign = 0.5 But it doesn't do the job. It seems the written text is placed in some kind of box, and then this box is drawn aligned by center. But the text w...