Cannot find 'copy motion as actionscript' in Flash CC
Hi,
I am trying to copy a tween animation to Actionscript 3.0 code using the instructions from this tutorial: Animation Learning Guide for Flash: Using ActionScript 3 | Adobe Developer Connection
When I select the frames on the time line and right click the menu item "Copy Motion as ActionScript 3" is not there.
I have a "Copy motion as XML" menu item in the Command menu, but can't find "Copy Motion as ActionScript 3" anywhere. Has it been deprecated? Or am I doing something wrong?
Here is the XML code for my test file that get's generated:
<Motion duration="24" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
<source>
<Source frameRate="24" x="266.45" y="350.4" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" symbolName="Symbol 1">
<dimensions>
<geom:Rectangle left="0" top="0" width="71" height="71"/>
</dimensions>
<transformationPoint>
<geom:Point x="0.4992957746478874" y="0.4992957746478874"/>
</transformationPoint>
</Source>
</source>
<Keyframe index="0">
<color>
<Color alphaMultiplier="0"/>
</color>
</Keyframe>
</Motion>
Kind Regards from Erlend
