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.
-
SundownKid
- Lemma-Class Veteran
- Posts: 2299
- Joined: Mon Feb 06, 2012 9:50 pm
- Completed: Icebound, Selenon Rising Ep. 1-2
- Projects: Selenon Rising Ep. 3-4
- Organization: Fastermind Games
- Deviantart: sundownkid
- Location: NYC
-
Contact:
#1
Post
by SundownKid » Mon Nov 11, 2013 9:39 pm
I'm looking for a way to add transitions to side images. For example, having a side image of a character fade out and in with a "dissolve" transition, and having a character image defined like this:
Code: Select all
define d = Character('Dude', color="#FFFFF", image="dude")
Be able to have a dissolve transition when mentioned like this:
Code: Select all
show dude normal at right with dissolve
d "Okay."
d happy "Hello there!"
As opposed to like this:
Code: Select all
show dude normal at right with dissolve
d "Okay."
show dude happy at right with dissolve
d "Hello there!"
-
DNAniel213
- Regular
- Posts: 33
- Joined: Tue May 27, 2014 1:49 am
- Completed: None.....yet...
- Projects: "An Erudite's Heart"
- Organization: S.E.R.N.
- IRC Nick: DNAniel213
-
Contact:
#2
Post
by DNAniel213 » Wed Jun 04, 2014 8:53 am
I reckon you'd be able to use
d "Okay"
d happy "LOL WHAHAHAA" with dissolve
Reality, Bend
Synapse, Break
Banishment, This World!
-
Asceai
- Eileen-Class Veteran
- Posts: 1258
- Joined: Fri Sep 21, 2007 7:13 am
- Projects: a battle engine
-
Contact:
#3
Post
by Asceai » Wed Jun 04, 2014 9:28 am
I'm lost. Are you sure you're talking about side images? You're using linked images as side images instead of just using side images? Or you're talking about linked images and you also want side images to dissolve as well, even though you never included a side image in your examples, or...
Well, anyway,
config.say_attribute_transition for linked, for side if you're using a showingswitch consider
TransitionShowingSwitch unless you're using linked images in which case say_attribute_transition after all.
Users browsing this forum: Bing [Bot], Google [Bot]