Search found 6 matches

by Tarentaal
Wed Apr 29, 2015 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Is there a way to increase ATL zoom with variables?
Replies: 4
Views: 884

Re: Is there a way to increase ATL zoom with variables?

Thanks for all the help! With your concepts and an extra while loop I got it working! :lol:
by Tarentaal
Mon Apr 27, 2015 12:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Is there a way to increase ATL zoom with variables?
Replies: 4
Views: 884

Re: Is there a way to increase ATL zoom with variables?

I'm sorry I wasn't clearer, but what I mean by walk cycle is an animation of a person walking, in this specific case there's only three images, one for both feet together (static), a second for his left foot forward and a third for his right foot forward. A basic walk cycle! :) That bit of code woul...
by Tarentaal
Sat Apr 25, 2015 12:03 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Is there a way to increase ATL zoom with variables?
Replies: 4
Views: 884

[SOLVED] Is there a way to increase ATL zoom with variables?

I'm trying to make a basic walk cycle, but my attempts with ATL loops failed horribly. The following solution is all that works. Is there any way to make my zoom factor and yalign python variables or shorten it with an ATL block? #Walk starts #left play sound "tick.ogg" show s wleft: zoom .1 yalign ...
by Tarentaal
Thu Apr 09, 2015 7:12 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Error with Android Package Building
Replies: 3
Views: 1784

Re: Error with Android Package Building

I have found the problem! It seems Ren'Py detected my one project named Try even when I deleted it, and there was still an error with every other project because of it. And all I had to do was to delete a folder in renpy-6.99.0-sdk\rapt\gen\ that remained there for some reason and the problem was fi...
by Tarentaal
Thu Apr 09, 2015 6:42 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Error with Android Package Building
Replies: 3
Views: 1784

Re: Error with Android Package Building

Thanks for the quick reply, AxemRed! Well I've tried renaming the project and I have tried using other projects to see if they work. But they don't unfortunately :( I have no idea what is wrong. I'm sorry if I'm being stupid :oops: but I'll post my android.txt contents again. This time I tried to bu...
by Tarentaal
Wed Apr 08, 2015 12:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Error with Android Package Building
Replies: 3
Views: 1784

[SOLVED] Error with Android Package Building

Hi, I started using Ren'Py just a while back, and I'm trying to build an Android Package. It fails every time. After a bit of head scratching I tried to compile the Tutorial Game supplied with Ren'Py and it worked, but then failed on my phone while I was testing it (I will post about this on another...