/********************************************************* ***************** Dumped by aerosoul94 ******************* *********************************************************/ { menuDef { name "expression_test" rect 0 0 640 480 0 0 style 1 border 1 forecolor 1 1 1 1 focuscolor 1 1 1 1 fullscreen 1 fadeCycle 1 fadeClamp 1 fadeAmount 0.1 fadeInAmount 0.002 onEsc { close "expression_test"; } itemDef { name "backimage2fade" rect -128 0 896 480 0 0 decoration visible 1 style 3 forecolor 0 0 0 0.3 backcolor 0 0 0 0.3 background "white" textscale 0.55 } itemDef { name "backimage2fade" rect 50 177 535 200 0 0 decoration visible 1 style 3 forecolor 1 1 1 1 background "popmenu_bg" textscale 0.55 } itemDef { name "back" rect 270 360 100 17 0 0 visible 1 style 1 forecolor 0.4823 0.4823 0.4823 1 type 1 textfont 1 textalign 1 textaligny 13 textscale 0.3 text "Test = 1" visible when ( dvarint( "expressionUnitTest4" ) == 1 && dvarint( "expressionUnitTest3" ) == 1 ) action { close "expression_test"; } } itemDef { name "back" rect 270 360 100 17 0 0 visible 1 style 1 forecolor 0.4823 0.4823 0.4823 1 type 1 textfont 1 textalign 1 textaligny 13 textscale 0.3 text "Test = 2" visible when ( dvarint( "expressionUnitTest4" ) == 2 && dvarint( "expressionUnitTest3" ) == 2 ) action { close "expression_test"; } } itemDef { name "back" rect 270 360 100 17 0 0 visible 1 style 1 forecolor 0.4823 0.4823 0.4823 1 type 1 textfont 1 textalign 1 textaligny 13 textscale 0.3 text "Test = 3" visible when ( dvarint( "expressionUnitTest4" ) == 3 && dvarint( "expressionUnitTest3" ) == 3 ) action { close "expression_test"; } } itemDef { name "back" rect 270 360 100 17 0 0 visible 1 style 1 forecolor 0.4823 0.4823 0.4823 1 type 1 textfont 1 textalign 1 textaligny 13 textscale 0.3 text "Test = 4" visible when ( dvarint( "expressionUnitTest4" ) == 4 && dvarint( "expressionUnitTest3" ) == 4 ) action { close "expression_test"; } } itemDef { name "back" rect 270 360 100 17 0 0 visible 1 style 1 forecolor 0.4823 0.4823 0.4823 1 type 1 textfont 1 textalign 1 textaligny 13 textscale 0.3 text "Test = 0" visible when ( dvarint( "expressionUnitTest1" ) == 5 && dvarint( "expressionUnitTest2" ) == 6 && dvarint( "expressionUnitTest3" ) == 3 ) action { close "expression_test"; } } itemDef { name "back" rect 270 360 100 17 0 0 visible 1 style 1 forecolor 0.4823 0.4823 0.4823 1 type 1 textfont 1 textalign 1 textaligny 13 textscale 0.3 exp text ( localvarint( "foo3" ) ) action { close "expression_test"; } } } }