#button-one:annoyclicker-click(annoyMe) { } behaviour:annoyclicker-doit(annoyMe) { action-server: clickedButton; clickedButton-id: nodeAttr(id); action-client: log; log-message: "Was here."; } behaviour:annoyclicker-annoy(annoyMe) { action-client: alert; alert-message: "Keep trying until you get there"; } #button-two:annoyclicker-click(annoyYou) { evt-click-count: 2; } behaviour:annoyclicker-doit(annoyYou) { action-server: clickedButton; clickedButton-id: nodeAttr(id); } behaviour:annoyclicker-annoy(annoyYou) { action-client: alert; alert-message: "Keep trying until you get there, from the second button"; }