XML help required. (1 Viewer)

grassynoel

Retired Team Member
  • Premium Supporter
  • September 6, 2006
    434
    49
    Melbourne
    Home Country
    I have a problem with animation on my skins I need a little help with.
    Whilst the code is the same for each of my icons...

    <?xml version="1.0" encoding="utf-8"?>
    <window>
    <controls>
    <control>
    <description>seperator animation</description>
    <type>animation</type>
    <textures>animations\music\music0001.png;...to...animations\music\music0030.png</textures>
    <Duration>0:0:3</Duration>
    <RepeatBehavior>1</RepeatBehavior>
    <FillBehavior>HoldEnd</FillBehavior>
    </control>
    </controls>
    </window>

    They play at vastly different speeds, they are all about the same number of frames, all the same pixel sizes images and I can't for the love of it, work out why they should vary so much. :(

    Any advice appreciated.
     

    mofux

    Portal Designer
  • Premium Supporter
  • January 27, 2006
    678
    34
    Dresden, Germany
    hmm, hard to tell, but my guess would be that the "Duration" stuff is simply not working (haven't tested this for a long time, but when i last tried i had problems with it)

    try to change the Duration value from very small to very large and see if something changes... if not there's somethings broken in the code and you should make a bug-report :)

    regards, mofux
     

    Users who are viewing this thread

    Top Bottom