Jump to content

NowSayPillow

Members
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    NowSayPillow got a reaction from lucid in Multiple Keys with the same timestamp in timeline   
    That did indeed fix the problem. Thanks so much for the help!
     
    -- Geoff
  2. Like
    NowSayPillow got a reaction from JohnnyType in Multiple Keys with the same timestamp in timeline   
    As you can see in the following timeline for what's supposed to be a bed falling from the sky, bouncing, and landing I've got multiple keys with the exact same time stamp. Your spriter program seems to know exactly what to do with this information but anytime I load it into my project I get glitches because it *always* grabs the first key that matches the timeline, but that key isn't necessarily the correct one -- actually, it /usually/ isn't.  To make matters worse if I go into the file and modify it manually I can fix it. But then every-time our artists changes the file I have to jump through the hoops again.
     
    My questions: Why does this happen? Is this supposed to happen? If not, how do I avoid it in the future? If it is, then how do I go about selecting the "correct" key?
     
    Thanks
     
    -- Geoff
    <timeline id="35" name="bed"> <key id="0" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="1" time="44" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="2" time="149" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="3" time="199" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="4" time="249" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="5" time="299" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="6" time="351" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="7" time="398" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="8" time="439" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="9" time="499" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="10" time="549" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="11" time="2305" spin="0"> <object folder="1" file="0" x="111" y="1500" angle="0"/> </key> <key id="12" time="3014" spin="0"> <object folder="1" file="0" x="111.000239" y="1499.999933" pivot_x="0" pivot_y="1" angle="0"/> </key> <key id="13" time="3014"> <object folder="1" file="0" x="365.388731" y="1365.537347" pivot_x="0.495884" pivot_y="0.347269" angle="0"/> </key> <key id="14" time="3375"> <object folder="1" file="0" x="355.061939" y="-47.96479" pivot_x="0.495884" pivot_y="0.347269" angle="10.025348"/> </key> <key id="15" time="3375" spin="-1"> <object folder="1" file="0" x="135.068468" y="-126.580453" pivot_x="0.046917" pivot_y="0.157376" angle="10.025348"/> </key> <key id="16" time="3607" spin="-1"> <object folder="1" file="0" x="133.297382" y="-49.772419" angle="355.753348"/> </key> <key id="17" time="3607" spin="-1"> <object folder="1" file="0" x="122.148717" y="125.113834" angle="355.753348"/> </key> <key id="18" time="3796"> <object folder="1" file="0" x="137.785772" y="105.939726" pivot_x="0" pivot_y="1" angle="352.726103"/> </key> <key id="19" time="3993"> <object folder="1" file="0" x="97.414938" y="96.94195" pivot_x="0" pivot_y="1" angle="4.543949"/> </key> <key id="20" time="3993" spin="-1"> <object folder="1" file="0" x="587.305237" y="-45.931673" pivot_x="0.929886" pivot_y="0.120216" angle="4.543949"/> </key> <key id="21" time="4132" spin="-1"> <object folder="1" file="0" x="588.031518" y="-134.235504" angle="0"/> </key> <key id="22" time="4132" spin="0"> <object folder="1" file="0" x="111" y="47" angle="0"/> </key> </timeline>
  3. Like
    NowSayPillow got a reaction from JohnnyType in XNA Implementation With Bones   
    Just wanted to post here that I finished (well, hopefully) my implementation of Spriter's SCML in XNA over the weekend. It works with bones, tweening and what-have-you.
    You can find a download link and a sample by following this link.
    Cheers
    -- NSP
×
×
  • Create New...