thank you, i cant seem to get the reflection to shorten with the container tags, it just seems to make the boxart smaller
where should i put the container coordinates in this code
<!-- Box Menu -->
<menu type="custom" imageType="artwork_front" scrollTime=".2" scrollAcceleration=".02" orientation="horizontal" textFallback="true" x="0" font="fonts/Oswald-Regular.ttf" fontSize="20" loadFontSize="20" width="center" y="980" algorithm="easeincircular">
<itemDefaults alpha="1" x="center" y="600" width="350" maxHeight="400" xOrigin="center" yOrigin="bottom" layer="12" fontSize="50" loadFontSize="50" fontColor="ffffff" reflection="bottom" reflectionDistance="2" reflectionScale="1" reflectionAlpha=".2" maxHeight="100"/>
<item xOffset="-1150" alpha="0"/>
<item xOffset="-875">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="-600">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="-325">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="0" yOffset="10" selected="true" width="350" maxHeight="400" layer="13">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".5">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="325">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="600">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="875">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="1150" alpha="0"/>
</menu>