- May 13, 2007
- 418
- 37
- Home Country
-
United Kingdom
Hi,
OK, first I have read everything (I think) on the wiki and the guides at the top of this forum.
I have been using MP for ages now and have customised some other peoples skins, so know the basics.
What I do not understand is how it all hangs together and exactly what all the IDs are, etc....
1. Does there exist an extensive list of all available syntax that the xml will take (even without explanations of each element)?
2. How are other skin designers producing there work? Is it a question of mocking up how you want it to look in PSP or photoshop using layers, saving the images, reading the (x,y) and manually creating the xml (this is what I do at the moment)?
3. Which skin changes require you to clear the cache? Is it just image changes? Does the refresh tool still work with 1.0 RC1 (I could not get it to work)?
4. What is the significance of the \media\hover_my ???.png and which of them can be replaced with .xml for animation? Assume it has something to do with <allowoverlay>yes</allowoverlay> but when can it be used?
5. Animation (and this could be a long question
)
i) Which animations let you loop forever or repeat?
ie. If I put <RepeatBehavior>Forever</RepeatBehavior> in an animation hover_??.xml it is ignored,
but if I put <loop>yes</loop> in a multiimage on a page it loops or I put
<RepeatBehavior>Forever</RepeatBehavior> in an animation linked to a button it loops.
ii) <animation> effect like fade, zoom, etc…. do not work on .ong animated objects.
From info supplied in this post about animation
https://forum.team-mediaportal.com/skins-50/how-repeat-animations-16022/
some of it does not work.
If I created a looping animation with either a multimage or a button animation; then whilst the .png loop animation works the transition <animation> does not, ie
<animation effect="fade" time="200">VisibleChange</animation>
iii) When can you use a multimage (found no docs on it)?
It apeears I can use it on a page in place of an image and animated it, but I cannot use it in a <type>button</type> or a howver_???.xml
iv) Does MP support apng (animated png?) I guess not at this time.
v) What are the files day.png and night.png in the animations folder used for?
vi) Can you use animated gifs?
vii) Assuming home.xml is the first home screen, then how are transition animation controlled in it? I see in peoples skins that when the screen loads the menu will slide it whatever, but in the home.xml file there are no <animation> tags like.
<animation effect="slide" time="1000" start="0,0" end="-161,0" acceleration="-1" >WindowClose</animation>
Feel free to chip on any or all points.
OK, first I have read everything (I think) on the wiki and the guides at the top of this forum.
I have been using MP for ages now and have customised some other peoples skins, so know the basics.
What I do not understand is how it all hangs together and exactly what all the IDs are, etc....
1. Does there exist an extensive list of all available syntax that the xml will take (even without explanations of each element)?
2. How are other skin designers producing there work? Is it a question of mocking up how you want it to look in PSP or photoshop using layers, saving the images, reading the (x,y) and manually creating the xml (this is what I do at the moment)?
3. Which skin changes require you to clear the cache? Is it just image changes? Does the refresh tool still work with 1.0 RC1 (I could not get it to work)?
4. What is the significance of the \media\hover_my ???.png and which of them can be replaced with .xml for animation? Assume it has something to do with <allowoverlay>yes</allowoverlay> but when can it be used?
5. Animation (and this could be a long question
i) Which animations let you loop forever or repeat?
ie. If I put <RepeatBehavior>Forever</RepeatBehavior> in an animation hover_??.xml it is ignored,
but if I put <loop>yes</loop> in a multiimage on a page it loops or I put
<RepeatBehavior>Forever</RepeatBehavior> in an animation linked to a button it loops.
ii) <animation> effect like fade, zoom, etc…. do not work on .ong animated objects.
From info supplied in this post about animation
https://forum.team-mediaportal.com/skins-50/how-repeat-animations-16022/
some of it does not work.
If I created a looping animation with either a multimage or a button animation; then whilst the .png loop animation works the transition <animation> does not, ie
<animation effect="fade" time="200">VisibleChange</animation>
iii) When can you use a multimage (found no docs on it)?
It apeears I can use it on a page in place of an image and animated it, but I cannot use it in a <type>button</type> or a howver_???.xml
iv) Does MP support apng (animated png?) I guess not at this time.
v) What are the files day.png and night.png in the animations folder used for?
vi) Can you use animated gifs?
vii) Assuming home.xml is the first home screen, then how are transition animation controlled in it? I see in peoples skins that when the screen loads the menu will slide it whatever, but in the home.xml file there are no <animation> tags like.
<animation effect="slide" time="1000" start="0,0" end="-161,0" acceleration="-1" >WindowClose</animation>
Feel free to chip on any or all points.