*Noob* Need help with controls!

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
krish_2k4 Offline
Fan
Posts: 578
Joined: Aug 2010
Reputation: 9
Post: #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: Uy2gQ.jpg]

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
(This post was last modified: 2012-03-04 19:22 by krish_2k4.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
You'll need to post the complete home.xml.

[Image: sig_zps3af3b48e.jpg]
find quote
krish_2k4 Offline
Fan
Posts: 578
Joined: Aug 2010
Reputation: 9
Post: #3
Hitcher Wrote:You'll need to post the complete home.xml.

updated the OT with the complete home.xml
find quote
krish_2k4 Offline
Fan
Posts: 578
Joined: Aug 2010
Reputation: 9
Post: #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!
(This post was last modified: 2012-03-04 23:41 by krish_2k4.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #5
Change the orientation to vertical.

[Image: sig_zps3af3b48e.jpg]
find quote
`Black Offline
Skilled Skinner
Posts: 2,018
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #6
In my skin I'm using a button with <ondown>Control.Move(list_id,1)</ondown>.

[Image: xp1080-21.png]
find quote