Adobe Animate 2019.
Camera.resetPosition(frameIndex)
numberinteger
Nothing.
voidReset camera position to the original position i.e (0, 0, 0).
The following example resets camera position to the original position i.e (0, 0, 0):
var timeline = an.getDocumentDOM().getTimeline();
timeline.camera.resetPosition(0);