I'm trying to have two characters walk in from opposite sides at the same time, but I can't figure out how to do so.
show nicole down2 at left with moveinleft
show hannah normal2 at right with moveinright
Move 2 characters at once from opposite sides
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.
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.
- darkrchaos
- Regular
- Posts: 28
- Joined: Wed Jan 28, 2015 6:18 pm
- Completed: A Few
- Projects: Moe Wars: Crimson Samon
- Deviantart: darkrchaos
- Contact:
Move 2 characters at once from opposite sides

Forum: http://moewars.icyboards.net/ Blog: http://moewars.blogspot.com/
Check out my new Visual Novel: http://games.renpy.org/game/moe-wars-golden-daisy
Re: Move 2 characters at once from opposite sides
Try this:
The values that I chose for xoffset may not guarantee that your characters are offscreen at the start, but you can change the starting xoffset values if needed. There are other values you can change to make things slower/faster, but try this code first and see if it's what you expect. There could totally be an easier and less complicated way to do this, but I don't know another way off the top of my head. There are definitely other ways to do this using ATL - https://www.renpy.org/doc/html/atl.html
Code: Select all
show nicole down2 at left:
xoffset -300 #value can be decreased to push the character further off the screen to the left
easein 0.5 xoffset 0
show hannah normal2 at right:
xoffset 300 #value can be increased to push the character further off the screen to the right
easein 0.5 xoffset 0
#the rest of this code is sort of optional
with Pause(0.5)
show nicole down2 at left:
xoffset 0
show hannah normal2 at right:
xoffset 0
with None- darkrchaos
- Regular
- Posts: 28
- Joined: Wed Jan 28, 2015 6:18 pm
- Completed: A Few
- Projects: Moe Wars: Crimson Samon
- Deviantart: darkrchaos
- Contact:
Re: Move 2 characters at once from opposite sides
Hmm... I have idea what that means. But I'll figure it out later. Right now my visual novel is only a rough draft.

Forum: http://moewars.icyboards.net/ Blog: http://moewars.blogspot.com/
Check out my new Visual Novel: http://games.renpy.org/game/moe-wars-golden-daisy
Who is online
Users browsing this forum: enaielei