Is there any event for when a sprite changes in a motion
I have been programming a command for Animate(a jsfl file), and I'm implementing something with it's Animate's own 'Export Motion as XML'.
The problem is that after exporting it, it just gives its transform informations, and I'm needing to get the sprite/frame/image change on it's motion, I have been trying to find in it's documentation about looking IF the actual frame is a keyframe, and the closest thing is frame.hasMotionPath() and frame.isMotionObject()
Now, I'm wanting informations or triggers when the keyframe got different informations about more internal frames, if it changed the image during the motion, and to what image it changed