well,
I export a file with camera movement -zooming- from storyboard to animate.
then the layers received are
cameraPeg
+camera
+ReadSboard
so as it is a peg, if I attach a Drawing inside the cameraPeg…It should go with the movement of the camera automatically, isnt it?
cameraPeg
so, I added the drawing inside the cameraPeg
CameraPeg
+camera
+drawing1
+ReadSboard
but drawing1 isnt zooming…
what am I missing to do?
I got it, seems it seems like a kind of protected , so I cloned the camera added the drawing1 layer to the clonned camera and worked fine, thanks