I am editing Hyperspin themes trying to get them to work and look good with Attract Mode on a RP3, and I am just wondering how you layer the graphics in the theme.xml? Or what the code it. I have a theme that I really like, and there is a video that plays, but it plays in front of the "TV", when I want it behind it.
Here is the code:
<Theme>
<video w="149"
h="150"
x="376"
y="340"
r="0"
rx="0"
ry="0"
below="yes"
overlaybelow="true"
overlayoffsetx="0"
overlayoffsety="0"
forceaspect="both"
time="4"
delay="0"
bsize="0"
bsize2="0"
bsize3="0"
bcolor="0"
bcolor2="0"
bcolor3="0"
bshape="round"
type="fade"
start="none"
rest="none"/>
<artwork2 x="387" y="341" r="0" time="10" below="no" delay ="0" type="none" start="none" rest="none"/>
<artwork3 x="249" y="540" r="0" time="1" delay ="0.7" type="elastic" start="top" rest="none"/>
<artwork4 x="511" y="128" r="0" time="0.5" delay ="0.5" type="ease" start="left" rest="none"/>
</Theme>
Artwork 2 is the TV artwork, which I want Above the Video that will be playing.