Hover Image in BasicHome (1 Viewer)

Morph3us

New Member
February 11, 2006
2
0
Hi,
First of all, sorry for my poor english.
I use MP since the first public version and i like it.
Because the plugins i Use are only myTV,myPictures,MyMovies and myMusic, I Think that the best solution for my HomePage is TheBasicHome from ProjectX skin.
My question, and i Hope someone can help me in that, is:
It's possible to show a relative #Hover.image, like in the classic menu style, when mouse is over one of the buttons in basichome?
I watched the sourcecode with vs.net, but nothing found for that.
I have made a lot of change in this skin but now, i'm blocked on the home design
:cry:
Regards
Morph3us
 

wertzui

Retired Team Member
  • Premium Supporter
  • July 2, 2005
    320
    8
    sorry, i dont really understand, what you want to do.
    coul you give me a screen or a mockup of what you are plannign to do?
     

    mofux

    Portal Designer
  • Premium Supporter
  • January 27, 2006
    678
    34
    Dresden, Germany
    hi, this is possible by using this as attibutes for the button (here an example from my basichomescreen):



    Code:
          <control>
             <type>button</type>
             <description>home BM Radio hover</description>
             <id>2</id>
             <posX>630</posX>
             <posY>100</posY>
             <colordiffuse>ffffff</colordiffuse>
             <onleft>3</onleft>
             <onright>5</onright>
             <onup>21</onup>
             <ondown>9</ondown>
             <hyperlink>30</hyperlink>
             <label>665</label>
             <textcolor>00ffffff</textcolor>
             <width>80</width>
             <height>80</height>
             <textureFocus>menu_radio_focus.png</textureFocus>
             <textureNoFocus>menu_radio_nofocus.png</textureNoFocus>
             <hover>hover_my radio.png</hover>
             <hoverX>50</hoverX>
             <hoverY>200</hoverY>
             <hoverWidth>180</hoverWidth>
             <hoverHeight>139</hoverHeight>
          </control>
     

    Morph3us

    New Member
    February 11, 2006
    2
    0
    Hi guys,
    thx you very much mofux, it was easier than what I thought :lol:
    works fine!!!
    I hope I will be able to help someone too.
    (sorry for my english, i'm italian)
    Thx a lot.
    Morpheus
     

    Users who are viewing this thread

    Top Bottom