More than 1 transitions simultaneously?

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.
Post Reply
Message
Author
User avatar
kairunotabi
Regular
Posts: 41
Joined: Wed Jan 16, 2013 1:28 am
Contact:

More than 1 transitions simultaneously?

#1 Post by kairunotabi » Wed Mar 12, 2014 3:50 am

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?

Arroyuice
Newbie
Posts: 15
Joined: Thu Feb 27, 2014 9:38 pm
Contact:

Re: More than 1 transitions simultaneously?

#2 Post by Arroyuice » Wed Mar 12, 2014 8:33 am

if I understood right, you want to show two images simultaneously on the screen?

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.9
Then...

Code: Select all

      show eileen at movement1
      show lucy at movement2
      with [efect]
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.

Post Reply

Who is online

Users browsing this forum: Google [Bot], Ocelot