Shake is one of the simplest things you can do.
Just do it your self using variables, the random() expression, and the system scrollx, and scrolly.
Like:
+> global variable "shake"= 1
-->system scroll x to scrollx+random(-30,30)
-->system scroll y to scrolly+random(-30,30)