How can I make it happen? I was trying to make 2 images to ease in the screen, the 1st image was eased in left and the 2nd image was eased in right but the 1st image was always the first image to show up in the screen.
I simply, want both of them to show up in the screen with transitions assigned to them simultaneously. Is it possible and How?
Extra question, How can I make the window background to do a transition when showing up in the screen and eventually, show the text?
More than 1 transitions simultaneously?
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.
- kairunotabi
- Regular
- Posts: 41
- Joined: Wed Jan 16, 2013 1:28 am
- Contact:
Re: More than 1 transitions simultaneously?
if I understood right, you want to show two images simultaneously on the screen?
You tried...?
Then...
There you go, both images should be shown at the same time, Eileen at left moving to the left with ease, Lucy at right moving to the right with ease.
I might be wrong, but I have done that transformation a couple of time before.
You tried...?
Code: Select all
transform movement1
xalign 0.4 yalign 0.5
ease 5 xalign 0.1
transform movement2
xalign 0.6 yalign 0.5
ease 5 xalign 0.9Code: Select all
show eileen at movement1
show lucy at movement2
with [efect]
I might be wrong, but I have done that transformation a couple of time before.
Who is online
Users browsing this forum: Google [Bot], Ocelot