Comment #2 Tuesday, December 11, 2007 6:12 PM
but....
It's a pitty that this work is a copy of another work made by another person/member... (
if you want to take a look in the other work.... http://wincustomize.com/skins.aspx?skinid=4349&libid=3
Comment #3 Wednesday, December 12, 2007 12:11 PM
There are a lot of differences though,
A - It's a different iPod
B - It has it's own menu, not a 'pop-up' one
C - The button's are in the right place
D - It kinda shows the album art
Well, that's enough said I think
Comment #4 Thursday, December 13, 2007 7:39 AM
Comment #5 Thursday, December 13, 2007 11:57 AM
unfortunately not something I know how to do. If you know someone who can make such a script it would certenly be a great option to add. It would be nice that if you click the object it swiches to the next colour.
Thanx for your suggestion and I hope to hear from you if you know a good script(er)!
Comment #6 Monday, January 7, 2008 1:26 AM
Make something like this
- Sub Object_OnStateChange(state)
- If state = "Command executed" Then
- DesktopX.Object("Object_name_here").hue = DesktopX.Object("Object_name_here").hue + 10'or +any number
- If hue > 255 Then
- hue = 0
- End If
- End If
- End Sub
This should recolour it nicely. Although I recommend you try experimenting with numbers
(in order for this to work the object's picture must not be B/W)
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Monday, December 10, 2007 6:17 AM
Should it be possible to include in menu the possibility of changing the color ? ��