WhileKeyDown()
This function can be used after an ONKEYDOWN event occurred. If you call this function, Hollywood will wait until the user releases the key which caused the event.
If you do not call this function after your Label(ONKEYDOWNx) you may receive several events if the user holds down the key a bit longer.