how to make a camera shake for only one drawing

Hi, I am following the gorilla tutorial.
and I want to shake the gorilla but remain the gross with out movement.
but it seems that the camera shakes all drawings.

I have 2 drawings:
the structure is:
drawinggross
peg
+ drawingGorilla
+ camera

also I have tried with
drawinggross
peg
+ drawingGorilla
+ camera

and with
peg
+ drawinggross
peg
+ drawingGorilla
+ camera

but in all cases the drawinggross get shaked.
So, how to make the drawing gross static while the drawing gorilla is shaking? (or how to shake only one drawing of 2?)

thanks a lot

i think your problem is that in all your examples you have the camera on the same peg as the gorilla. that way if you move the peg, you also move the camera.

just connect the gorilla to a seperate peg and you can move it independently.

hi, :slight_smile:

thanks, you are right, also I was forgotting to set the random fill in the gorilla peg and not in the camera peg.

thanks a lot

:slight_smile: