Choice Scenes

A choice scene renders one scene selected from a group of child scenes. The scene is selected through the value of the condition variable.

SYNTAX:

<scene type="choice" condition="${var}">    

    <scene case="choice_A">    
        Content for scene "choice_A". . .
    </scene>

    <scene case="choice_B">    
        Content for scene "choice_B". . .
    </scene>

    . . .
</scene>

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.