Search found 3 matches

by panpanvw
Tue Mar 29, 2016 11:52 am
Forum: We are a Free Project looking for Partners
Topic: A team to get started on the right foot.
Replies: 4
Views: 1026

Re: A team to get started on the right foot.

Heyy, I have some experience coding some small things for myself (like a ludo game with only CPUs) but I havent finished any real projects (yet) and I guess I can draw okay looking stuff.. Right now im in my final year of school (before university) and kinda busy with my final exams, but after that ...
by panpanvw
Thu Mar 03, 2016 12:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with Imagebutton
Replies: 17
Views: 3882

Re: Problem with Imagebutton

Have you tried changing xpos and ypos to xalign and yalign?
Is your renpy version up to date?
Does your code work when the images aren't scaled?
Do completely different imagebuttons work?
by panpanvw
Thu Mar 03, 2016 12:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Different choice paths?
Replies: 7
Views: 631

Re: Different choice paths?

I removed the text from your code ^^ menu: "Just stay here.": jump choice1_stay "Try to find Lucy.": jump choice1_go label choice1_stay: jump waiting with fade label choice1_go: jump home label choice1_sure: $ sure_flag = True jump lucy label choice2_go: $ sure_flag = False If I ...