Shaking screen?

Mr.Money Hi,
I thought I remember someone else asking about how to shake the screen, but I cant seem to find the message. So can anyone tell me how to have your screen shake in the game?
Thanks
$$$
Eero R From manual:

void ShakeScreen(number shakeCount, [number direction])
Shakes the screen shakeCount number of times. If the direction parameter is given, it shakes the specified direction. If it is not, it shakes from left to right.
The direction can be one of the following values defined in SCI.SH as follows: ssLEFTRIGHT Shakes the screen from left to right
ssUPDOWN Shakes the screen up and down
ssFULL_SHAKE Shakes the screen diagonally from the top left corner to the bottom right
Mr.Money thanks