Author Topic: Layers  (Read 4767 times)

Sovikos

  • Newbie
  • *
  • Posts: 9
    • View Profile
Layers
« on: January 02, 2017, 01:06:13 PM »
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:

Code: [Select]
<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.

calle81

  • Sr. Member
  • ****
  • Posts: 184
    • View Profile
Re: Layers
« Reply #1 on: January 03, 2017, 12:37:53 AM »
I'd like now how to do that as well. Artwork2 is always placed below the video when using Hyperspin Themes with Attract Mode for some reason. I think someone needs to put more work in the hyperspin.nut loader in order to solve this. Also its sad that the "rest" animations are lost in conversion.

It would be really awesome if we could get more Hyperspin functionality. The Hyperspin themes plays really well on the RaspberryPi and I believe there's a big user base out there who would love to get their Hyperspin themes on the Pi.