Images not layering? [SOLVED]

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
balldancing
Regular
Posts: 65
Joined: Tue Sep 03, 2013 9:32 am
Location: milan
Contact:

Images not layering? [SOLVED]

#1 Post by balldancing »

I'm animating a CG where I want the images on the sides ( http://imgur.com/a/FHere ) to come in kind of dramatically (anime style, if you will) and I don't know if I've done the coding wrong but the images aren't layering on top of eachother?? They're appearing individually and I have no idea how to fix it.
Here's my coding:

Code: Select all

show white with dissolve
hide white #the white bg is supposed to be a flash
show CG base with dissolve
#$ renpy.pause (1.0)
show CG luce:
    parallel:
        xalign -1.5 yalign 0.6
        easein 0.3 xalign 0.1 #moving in from the left
$ renpy.pause (1.0)
show CG alex:
    parallel:
        xalign 1.5 yalign 0.6
        easein 0.5 xalign 0.9 #moving in from the right
$ renpy.pause (1.0)
show CG bubble
$ renpy.pause (0.5)
show CG a
$ renpy.pause (0.5)
show CG b
$ renpy.pause (0.5)
show CG c
$ renpy.pause (0.5)
Last edited by balldancing on Sun Feb 02, 2014 10:40 am, edited 1 time in total.
Image
I offer proofreading and editing services~

User avatar
Alex
Lemma-Class Veteran
Posts: 3097
Joined: Fri Dec 11, 2009 5:25 pm
Contact:

Re: Images not layering?

#2 Post by Alex »

You've used the same name tag "CG" for all images, so they replace eachother on the screen (just get rid of it).

User avatar
balldancing
Regular
Posts: 65
Joined: Tue Sep 03, 2013 9:32 am
Location: milan
Contact:

Re: Images not layering? [SOLVED]

#3 Post by balldancing »

Thank you!! Had no idea that'd become a tag.
Image
I offer proofreading and editing services~

Post Reply

Who is online

Users browsing this forum: Google [Bot]