Reply to thread

Srrry im all over the place.... this was my first post . my bad - got confused


I've been playing around with the new animation option and must say "very nice", plus thanks Frodo and the unseen others for porting it into MP.


Heres my question.

I wish to use "condition" when i'm coming form/to some pages.

i've tryed the code below with both condition="Window.Previous(35)" and condition="Window.Previous(BasicHome)"  but i'm not able to get them to work.

[code]

    <control>

    <type>group</type>

    <description>group element to fade</description>

    <animation effect="fade" time="2000" condition="Window.Previous(35)|Window.Previous(0)">WindowOpen</animation>

      <animation effect="fade" time="300" condition="Window.Next(BasicHome)|Window.Next(Home)">WindowClose</animation>   

        <control>

            <description>Date</description>

            <type>label</type>

            <id>0</id>

            <posX>660</posX>

            <posY>618</posY>

            <label>#date</label>

            <align>right</align>

            <font>font13</font>

            <textcolor>30000000</textcolor>

        </control>

...

</control>

[/code]


Thanks


Edit

Is this list of Boolean Conditions aviable in MP too???

http://www.xboxmediacenter.com/wiki/index.php?title=List_of_Boolean_Conditions


Top Bottom