*Noob* Need help with controls!
#1
Trying my hand at making a skin but I am stuck with a bit of code. (learning as I go along so go easy on me!) *used welo skin as a base*

I have everything laid out the way I want to just need help with the navigation/controls.

Image

I want to be able to navigate from the random movie posters at the top to the latest movie fanart at the bottom. Then I want to toggle between the latest movie fanarts by pressing down (similar to xperience metro view)

I tried looking through xperience code but my brain went into meltdown with all the code!


Here is what I have in the home.xml
http://pastebin.com/raw.php?i=TtNAVh8h

Here is what I have in the includes.xml
http://pastebin.com/raw.php?i=VSdXPq6R
Reply
#2
You'll need to post the complete home.xml.
Reply
#3
Hitcher Wrote:You'll need to post the complete home.xml.

updated the OT with the complete home.xml
Reply
#4
ok fixed the navigation by using a <visible> but I am still stuck on how to get the "latest movies" fanart to flick through by pressing down instead of left and right.


ps. this shit is tough! have a new found respect for you skinners!
Reply
#5
Change the orientation to vertical.
Reply
#6
In my skin I'm using a button with <ondown>Control.Move(list_id,1)</ondown>.
Image
Reply

Logout Mark Read Team Forum Stats Members Help
*Noob* Need help with controls!0