Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
mahoop
- Regular
- Posts: 46
- Joined: Thu Jun 16, 2016 5:18 pm
-
Contact:
#1
Post
by mahoop » Tue Aug 02, 2016 5:05 am
I'm using '
show' this way, there are some reason for my '
dissolve' not functioning?
Code: Select all
show main_character:
xpos .25 ypos 1.0 xanchor 0.5 yanchor 0.5
with dissolve
I have another opened topic, I'm trying to figure out the problem, the code above or the code in that other topic (
viewtopic.php?f=8&t=39685&p=423804#p423804)
-
Iylae
- Regular
- Posts: 73
- Joined: Sat Jan 09, 2016 6:57 am
- Location: Cornwall, UK
-
Contact:
#2
Post
by Iylae » Tue Aug 02, 2016 6:08 am
A simple syntax error.
Code: Select all
show main_character with dissolve:
xpos .25 ypos 1.0 xanchor 0.5 yanchor 0.5
If we are what we repeatedly do, then good coding is not an act, but a habit
-
mahoop
- Regular
- Posts: 46
- Joined: Thu Jun 16, 2016 5:18 pm
-
Contact:
#3
Post
by mahoop » Tue Aug 02, 2016 1:07 pm
gimme a insight here. And if I want to make two images to appears with dissolve at the same time with "xpos .25 ypos 1.0 xanchor 0.5 yanchor 0.5", what should I do?
-
IrinaLazareva
- Veteran
- Posts: 399
- Joined: Wed Jun 08, 2016 1:49 pm
- Projects: Legacy
- Organization: SunShI
- Location: St.Petersburg, Russia
-
Contact:
#4
Post
by IrinaLazareva » Tue Aug 02, 2016 3:07 pm
Users browsing this forum: Bing [Bot], Google [Bot]