xboxscene.org forums

Author Topic: Overlay Pic?  (Read 38 times)

Habs69M

  • Archived User
  • Full Member
  • *
  • Posts: 190
Overlay Pic?
« on: July 30, 2003, 12:41:00 PM »

ok i can get my overlay pic to show in my skin, but it aint over the thumbs can someone tell me where i went wrong please??

Part of my MXM_Skin.xml

   <Layout Screen="Menu">
      
      <LayoutElement Type="Image" Source="menuback">
         <Pos t="0" l="0" w="640" h="480" />
         <Scale x="true" y="true" />
         <Proportional>false</Proportional>
         <Sound Enable="false" SuspendMusic="false" />
      </LayoutElement>
      
      <LayoutElement Type="Image" Source="ScreenShot">
         <Pos l="330" t="120" w="259" h="192" />
         <Scale x="true" y="true" />
         <Justify x="center" y="center" />
         <Proportional>false</Proportional>
         <Sound Enable="false" SuspendMusic="false" />
      </LayoutElement>

               <LayoutElement Type="Image" Source="overlay">
               <Pos t="100" l="65" w="40" h="240" />
               <Scale x=true y=true/>
               <Proportional>false</Proportional>
               </LayoutElement>

      <LayoutElement Type="Menu" Source="MXM">
         <Pos l="62" t="98" w="228" h="240" />
         <Scale x="false" y="false" />
         <SelPos>0</SelPos>
         <NumItems>5</NumItems>
         <ScrollFactor>3</ScrollFactor>
         <Thumbnails Align="left" FolderImg=" " PassImg="Lock">true</Thumbnails>
         <DrawSecondary>True</DrawSecondary>
         <Primary Source="Title">
            <Font>menuFont</Font>
             <OffsetY>0</OffsetY>
            <JustifyX>left</JustifyX>
         </Primary>
         <Secondary Source="Descr">
            <Font>descFont</Font>
             <OffsetY>0</OffsetY>
             <JustifyX>left</JustifyX>
         </Secondary>
         <Selection>
             <TextColor>0xFF22FF22</TextColor>
             <ShadowColor>0xFF000000</ShadowColor>
             <DoGlow>True</DoGlow>
         </Selection>

      </LayoutElement>
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Overlay Pic?
« Reply #1 on: July 30, 2003, 01:07:00 PM »

Move it down in order...

MXM renders the first node of the layout, then the next.... so each one is painted "on top" of the previous one.
Logged

Habs69M

  • Archived User
  • Full Member
  • *
  • Posts: 190
Overlay Pic?
« Reply #2 on: July 30, 2003, 01:14:00 PM »

biggrin.gif  works fine now oh and is there a way to take a screen shot in MXM so i can show off my skin to see if i shoul release or not?

Thks again...
Logged

Budmiester

  • Archived User
  • Newbie
  • *
  • Posts: 24
Overlay Pic?
« Reply #3 on: July 30, 2003, 01:57:00 PM »

Sure is!
Hold right trigger and press X.
Stores in Z:
Great feature.
Logged