Jump to content
Search Community

code-by

Members
  • Posts

    2
  • Joined

  • Last visited

code-by's Achievements

0

Reputation

  1. sorry, format is xfl (flash export). how to specify rotation point of object? <transformationPoint> <Point x="41" y="51.75"/> </transformationPoint>
  2. Hello! I have flash animation, when I export it to xfl, the following xml need to convert into tween animation, anybody could help ? Thank you ) <DOMSymbolItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ns.adobe.com/xfl/2008/" name="Totem2" itemID="5465090b-000000b0" lastModified="1415907618"> <timeline> <DOMTimeline name="Totem2"> <layers> <DOMLayer name="Layer 1" color="#4F80FF" current="true" isSelected="true"> <frames> <DOMFrame index="0" duration="5" tweenType="motion" motionTweenSnap="true" keyMode="22017"> <elements> <DOMSymbolInstance libraryItemName="Totem2a" selected="true"> <matrix> <Matrix tx="-59.05" ty="-52"/> </matrix> <transformationPoint> <Point x="41" y="51.75"/> </transformationPoint> </DOMSymbolInstance> </elements> </DOMFrame> <DOMFrame index="5" duration="4" tweenType="motion" motionTweenSnap="true" keyMode="22017"> <elements> <DOMSymbolInstance libraryItemName="Totem2a" selected="true"> <matrix> <Matrix a="0.93658447265625" tx="-56.45" ty="-53.75"/> </matrix> <transformationPoint> <Point x="41" y="51.75"/> </transformationPoint> </DOMSymbolInstance> </elements> </DOMFrame> <DOMFrame index="9" duration="4" tweenType="motion" motionTweenSnap="true" keyMode="22017"> <elements> <DOMSymbolInstance libraryItemName="Totem2a" selected="true"> <matrix> <Matrix a="0.999053955078125" b="-0.043487548828125" c="0.043487548828125" d="0.999053955078125" tx="-61.25" ty="-50.2"/> </matrix> <transformationPoint> <Point x="41" y="51.8"/> </transformationPoint> </DOMSymbolInstance> </elements> </DOMFrame> <DOMFrame index="13" duration="4" tweenType="motion" motionTweenSnap="true" keyMode="22017"> <elements> <DOMSymbolInstance libraryItemName="Totem2a"> <matrix> <Matrix a="0.9981689453125" b="0.0604400634765625" c="-0.0604400634765625" d="0.9981689453125" tx="-55.8" ty="-54.35"/> </matrix> <transformationPoint> <Point x="40.95" y="51.7"/> </transformationPoint> </DOMSymbolInstance> </elements> </DOMFrame> <DOMFrame index="17" tweenType="motion" motionTweenSnap="true" keyMode="22017"> <elements> <DOMSymbolInstance libraryItemName="Totem2a"> <matrix> <Matrix tx="-59.05" ty="-52"/> </matrix> <transformationPoint> <Point x="41" y="51.75"/> </transformationPoint> </DOMSymbolInstance> </elements> </DOMFrame> <DOMFrame index="18" keyMode="9728"> <elements> <DOMSymbolInstance libraryItemName="Totem2a"> <matrix> <Matrix tx="-59.05" ty="-52"/> </matrix> <transformationPoint> <Point x="41" y="31"/> </transformationPoint> </DOMSymbolInstance> </elements> </DOMFrame> </frames> </DOMLayer> </layers> </DOMTimeline> </timeline> </DOMSymbolItem>
×
×
  • Create New...