Search found 28 matches

by visual00
Sun Dec 14, 2014 3:09 am
Forum: Ren'Py Questions and Announcements
Topic: 'while loop' error in screen
Replies: 2
Views: 412

Re: 'while loop' error in screen

Because it's a bad idea to use while loop inside of a screen. You can move it to python but it would still be a sh!tty idea. Handle your logic outside of the screen and use screens to display information and enable player to interact with the game. It is a nice advice. It has been very useful. Than...
by visual00
Sat Dec 13, 2014 7:10 am
Forum: Ren'Py Questions and Announcements
Topic: 'while loop' error in screen
Replies: 2
Views: 412

'while loop' error in screen

I can't speak english very well. I'm sorry In screen while loop error occurs Why? how do i? this is my code and attached my proejct # why while error!? screen test: for item in ['a','b','c']: pass $ count = 10 while count > 0: # process.... $ count -= 1 # The game starts here. label start: show scre...
by visual00
Sat Dec 13, 2014 6:38 am
Forum: Ren'Py Questions and Announcements
Topic: my game opening is why skip all?
Replies: 2
Views: 438

Re: my game opening is why skip all?

Alex wrote:Change

Code: Select all

pause (3)
to

Code: Select all

$ renpy.pause (3)
http://www.renpy.org/doc/html/other.html#renpy.pause
wow awesome

It has been resolved perfectly.

Thank you very much.
by visual00
Sat Dec 13, 2014 3:49 am
Forum: Ren'Py Questions and Announcements
Topic: my game opening is why skip all?
Replies: 2
Views: 438

my game opening is why skip all?

I can't speak english very well. I'm sorry There was a problem in my game. the mouse is clicked once.. all skip my opening... how do i ??? this is my game code and attached my game file init: image op1 = Image("img/opening/op_1.png", yanchor=0.5, ypos=0.5, xanchor=0.5, xpos=0.5) image op2 ...
by visual00
Wed Sep 10, 2014 8:08 am
Forum: Ren'Py Questions and Announcements
Topic: android game will not run... why???
Replies: 2
Views: 470

Re: android game will not run... why???

PyTom wrote:It looks like it might be a bug in the version of Ren'Py you're using (it's a 6.18 prerelease, right)? I'll make a new release later today.
okay wait for that day

thank you
by visual00
Sat Sep 06, 2014 2:55 am
Forum: Ren'Py Questions and Announcements
Topic: android game will not run... why???
Replies: 2
Views: 470

android game will not run... why???

hi my english is very bad.... sorry

i using renpy launcher

and success android build

but game will not run... why??

i attached my game

i need your help
by visual00
Fri Sep 05, 2014 2:44 am
Forum: Ren'Py Questions and Announcements
Topic: ren'py android bild queastions
Replies: 9
Views: 1463

Re: ren'py android bild queastions

Posting the IRC solution here for anyone else with this problem: Make sure the JAVA_HOME environment variable is correct, or unset it entirely since the JDK does not set it by default. Example: JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_20 Note: do not refer to the bin directory, refer to the ba...
by visual00
Fri Sep 05, 2014 2:42 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy rapt is... why can not find jdk?
Replies: 2
Views: 1444

Re: Renpy rapt is... why can not find jdk?

Posting the IRC solution here for anyone else with this problem: Make sure the JAVA_HOME environment variable is correct, or unset it entirely since the JDK does not set it by default. Example: JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_20 Note: do not refer to the bin directory, refer to the b...
by visual00
Wed Sep 03, 2014 6:03 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy rapt is... why can not find jdk?
Replies: 2
Views: 1444

Renpy rapt is... why can not find jdk?

Image
↑↑↑ this screenshot current my desctop ↑↑↑

hi My English is very bad. sorry

I'm trying to use Renpy for Android but it seems that I can't find a JDK that works?

renpy rapt... why can not find jdk???
by visual00
Mon Aug 25, 2014 8:24 am
Forum: Ren'Py Questions and Announcements
Topic: ren'py android bild queastions
Replies: 9
Views: 1463

Re: ren'py android bild queastions

PyTom wrote:Huh. That's weird - Ren'Py can't find the jdk. Maybe reinstall it?

yes i'm reinstall but error continue...

my desktop computer video recording....

[youtube]
http://www.youtube.com/watch?v=J4zgawN4 ... e=youtu.be
[/youtube]
by visual00
Sun Aug 24, 2014 4:03 am
Forum: Ren'Py Questions and Announcements
Topic: ren'py android bild queastions
Replies: 9
Views: 1463

Re: ren'py android bild queastions

PyTom wrote:Can you send the android.txt file in the tmp directory of your project?
yes attached android.txt file
by visual00
Sat Aug 23, 2014 12:11 am
Forum: Ren'Py Questions and Announcements
Topic: ren'py android bild queastions
Replies: 9
Views: 1463

Re: ren'py android bild queastions

PyTom wrote:Be sure you have a 32-bit java development kit installed.

yes i'm 32 - bit java development kit installed....

but renpy this error continue....


Image
by visual00
Fri Aug 22, 2014 9:15 am
Forum: Ren'Py Questions and Announcements
Topic: ren'py android bild queastions
Replies: 9
Views: 1463

ren'py android bild queastions

ren'py android bild queastions

hi

My English is very bad. sorry

my renpy game android build

The problem occurred

Image

but

i'm install JDK 8u20 !!!

renpy why this error continue???