Search found 4 matches

by random_char
Sat Jun 14, 2008 8:25 pm
Forum: Ren'Py Questions and Announcements
Topic: dynamic image or background possible?
Replies: 3
Views: 3358

Re: dynamic image or background possible?

Renpy.scene and renpy.show is the exact solution to my backgrounding problem. Thanks PyTom!

I think condition switch will take care of my dynamic character needs. Got to experiment with that.

Thank alot you guys, I really appreciate all your help.
by random_char
Fri Jun 13, 2008 1:49 pm
Forum: Ren'Py Questions and Announcements
Topic: dynamic image or background possible?
Replies: 3
Views: 3358

dynamic image or background possible?

Wow, this is the second questions of the day already. ok, I have another problem. I've been trying to dynamically assigning the background. As in putting in the background drop according to the time. for example, if it's morning, it would assign an morning background, etc. enough chatter, here is my...
by random_char
Fri Jun 13, 2008 11:53 am
Forum: Ren'Py Questions and Announcements
Topic: having problem with label jumping using return
Replies: 2
Views: 839

Re: having problem with label jumping using return

That did the trick.

Much obliged amigo, much obliged.
by random_char
Fri Jun 13, 2008 10:41 am
Forum: Ren'Py Questions and Announcements
Topic: having problem with label jumping using return
Replies: 2
Views: 839

having problem with label jumping using return

Hello, another newbie here. Greetings to you all. I am having a problem moving from one label to another label using the return here is my code label start: me "about to jump into intro" jump intro me "this is strange" return # timeTrack and intro are in a different .rpy by the w...